#include <simulate.h>
Public Member Functions | |
SimStd (ESN< T > *esn) | |
virtual | ~SimStd () |
virtual SimStd< T > * | clone (ESN< T > *esn) const |
class SimStd Implementation | |
virtual void | simulate (const typename ESN< T >::DEMatrix &in, typename ESN< T >::DEMatrix &out) |
class SimBase Implementation | |
virtual void | reallocate () |
additional interface for filter neurons and delay&sum readout | |
virtual void | setBPCutoffConst (T f1, T f2) throw (AUExcept) |
virtual void | setBPCutoff (const typename ESN< T >::DEVector &f1, const typename ESN< T >::DEVector &f2) throw (AUExcept) |
virtual void | setIIRCoeff (const typename DEMatrix< T >::Type &B, const typename DEMatrix< T >::Type &A, int series=1) throw (AUExcept) |
virtual void | initDelayLine (int index, const typename DEVector< T >::Type &initbuf) throw (AUExcept) |
virtual DEMatrix< T > ::Type | getDelays () throw (AUExcept) |
virtual DEVector< T > ::Type & | getDelayBuffer (int output, int nr) throw (AUExcept) |
Data Fields | |
ESN< T >::DEMatrix | last_out_ |
ESN< T >::DEVector | t_ |
Protected Attributes | |
ESN< T > * | esn_ |
aureservoir::SimStd< T >::SimStd | ( | ESN< T > * | esn | ) | [inline] |
virtual aureservoir::SimStd< T >::~SimStd | ( | ) | [inline, virtual] |
virtual SimStd<T>* aureservoir::SimStd< T >::clone | ( | ESN< T > * | esn | ) | const [inline, virtual] |
void aureservoir::SimStd< T >::simulate | ( | const typename ESN< T >::DEMatrix & | in, | |
typename ESN< T >::DEMatrix & | out | |||
) | [inline, virtual] |
implementation of the algorithm
Implements aureservoir::SimBase< T >.
void aureservoir::SimBase< T >::reallocate | ( | ) | [inline, virtual, inherited] |
reallocates data buffers
Reimplemented in aureservoir::SimFilterDS< T >, and aureservoir::SimSquare< T >.
void aureservoir::SimBase< T >::setBPCutoffConst | ( | T | f1, | |
T | f2 | |||
) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimBP< T >.
void aureservoir::SimBase< T >::setBPCutoff | ( | const typename ESN< T >::DEVector & | f1, | |
const typename ESN< T >::DEVector & | f2 | |||
) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimBP< T >.
void aureservoir::SimBase< T >::setIIRCoeff | ( | const typename DEMatrix< T >::Type & | B, | |
const typename DEMatrix< T >::Type & | A, | |||
int | series = 1 | |||
) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimFilter< T >.
void aureservoir::SimBase< T >::initDelayLine | ( | int | index, | |
const typename DEVector< T >::Type & | initbuf | |||
) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimFilterDS< T >.
DEMatrix< T >::Type aureservoir::SimBase< T >::getDelays | ( | ) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimFilterDS< T >.
DEVector< T >::Type & aureservoir::SimBase< T >::getDelayBuffer | ( | int | output, | |
int | nr | |||
) | throw (AUExcept) [inline, virtual, inherited] |
Reimplemented in aureservoir::SimFilterDS< T >.
ESN<T>::DEMatrix aureservoir::SimBase< T >::last_out_ [inherited] |
output from last simulation
ESN<T>::DEVector aureservoir::SimBase< T >::t_ [inherited] |
temporary object needed for algorithm calculation
ESN<T>* aureservoir::SimBase< T >::esn_ [protected, inherited] |
reference to the data of the network