kohonen.kohonen.ExponentialTimeseries

class kohonen.kohonen.ExponentialTimeseries(rate=-1, initial=1, final=0)[source]

Represents an exponential decay process.

Methods

__call__() Return an exponentially-decreasing series of values.
reset() Reset the time for this series.
__init__(rate=-1, initial=1, final=0)[source]

Create a new exponential timeseries object.

Methods

__init__([rate, initial, final]) Create a new exponential timeseries object.
reset() Reset the time for this series.

Related Topics

This Page