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

Inheritance diagram of kgpy.labeled.NDArrayMethodsMixin

max(axis=None, where=<no value>)
Return type

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters
mean(axis=None, where=<no value>)
Return type

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters
min(axis=None, where=<no value>)
Return type

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters