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 voidaccumulate(double w)weighted accumulatevoidflush()use collected stats to update parameters and resetjava.lang.StringtoString()-
Methods inherited from class samer.models.ICA.ON2Trainer
accumulate, dispose, oneshot, reset
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classICA.ON2Trainer
-
accumulate
public void accumulate(double w)
Description copied from interface:Model.Trainerweighted accumulate- Specified by:
accumulatein interfaceModel.Trainer- Overrides:
accumulatein classICA.ON2Trainer
-
flush
public void flush()
Description copied from interface:Model.Traineruse collected stats to update parameters and reset- Specified by:
flushin interfaceModel.Trainer- Overrides:
flushin classICA.ON2Trainer
-
-