Inheritance diagram for StatFeature:Classes | |
| class | Mode |
| class | Type |
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | binWidth (self) |
| def | featureType (self) |
| def | minCount (self) |
| def | mode (self) |
| def | n (self) |
| def | p (self) |
| def __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
possible calls: __init__(self) __init__(self, arg1: Type) __init__(self, arg1: Type, arg2: Mode) __init__(self, arg1: Type, arg2: int) __init__(self, arg1: Type, arg2: float) __init__(self, arg1: Type, arg2: float, arg3: Mode) @param self (type: object) self pointer @param *args (type: list) mandatory parameter @param ** kwargs (type: dict) mandatory parameter
| def binWidth | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: float)
| def featureType | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: Type)
| def minCount | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: int)
| def mode | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: Mode)
| def n | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: int)
| def p | ( | self | ) |
@param self (type: StatFeature) self pointer @return (type: float)