sklearn_tournament.distributions¶
Module Contents¶
Classes¶
-
class
sklearn_tournament.distributions.ScistatsNormBetween(small: float, large: float, cond: Optional[Callable[[float], bool]] = None, div: float = 2, toint: bool = False, clip: bool = False, hardClip: bool = False)[source]¶
-
class
sklearn_tournament.distributions.ScistatsNormAround(center: float, dist: float, cond: Optional[Callable[[float], bool]] = None, div: float = 2, toint: bool = False, clip: bool = False, hardClip: bool = False)[source]¶ Bases:
ScistatsNormBetween