NDArrayMethodsMixin¶
- class kgpy.labeled.NDArrayMethodsMixin¶
Bases:
object- __init__()¶
- Return type
None
Methods
__init__()max([axis, where])- rtype
typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)
mean([axis, where])- rtype
typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)
min([axis, where])- rtype
typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)
Inheritance Diagram
- max(axis=None, where=<no value>)¶
- mean(axis=None, where=<no value>)¶