kohonen.kohonen.ConstantTimeseries

class kohonen.kohonen.ConstantTimeseries(k=1)[source]

This timeseries just returns a constant value.

Methods

__call__() Return the constant.
reset() Reset the time for this series.
__init__(k=1)[source]

Set up this series with a constant value.

Methods

__init__([k]) Set up this series with a constant value.
reset() Reset the time for this series.

Related Topics

This Page