kohonen.kohonen.Timeseries

class kohonen.kohonen.Timeseries[source]

Represents some sort of value that changes over time.

Methods

__call__() Call this timeseries.
reset() Reset the time for this series.
__init__()[source]

Set up this timeseries.

Methods

__init__() Set up this timeseries.
reset() Reset the time for this series.
reset()[source]

Reset the time for this series.

Related Topics

This Page