Package samer.models
Class ICA.ON2DecayWhenActive
- java.lang.Object
-
- samer.models.ICA.ON2Trainer
-
- samer.models.ICA.ON2DecayWhenActive
-
- All Implemented Interfaces:
- Model.Trainer
- Enclosing class:
- ICA
public class ICA.ON2DecayWhenActive extends ICA.ON2Trainer
-
-
Constructor Summary
Constructors Constructor and Description ON2DecayWhenActive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
accumulate(double w)
weighted accumulatevoid
flush()
use collected stats to update parameters and resetjava.lang.String
toString()
-
Methods inherited from class samer.models.ICA.ON2Trainer
accumulate, dispose, oneshot, reset
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classICA.ON2Trainer
-
accumulate
public void accumulate(double w)
Description copied from interface:Model.Trainer
weighted accumulate- Specified by:
accumulate
in interfaceModel.Trainer
- Overrides:
accumulate
in classICA.ON2Trainer
-
flush
public void flush()
Description copied from interface:Model.Trainer
use collected stats to update parameters and reset- Specified by:
flush
in interfaceModel.Trainer
- Overrides:
flush
in classICA.ON2Trainer
-
-