Package samer.models
Class ICAWithScaler.DifferentialTrainer
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.models.ICA.ON3Trainer
-
- samer.models.ICAWithScaler.DifferentialTrainer
-
- All Implemented Interfaces:
- Model.Trainer, Task
- Enclosing class:
- ICAWithScaler
public class ICAWithScaler.DifferentialTrainer extends ICA.ON3Trainer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DifferentialTrainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
diffFlush()
void
flush()
use collected stats to update parameters and resetvoid
reset()
reset accumulators without updating parameters-
Methods inherited from class samer.tools.AnonymousTask
stopping
-
Methods inherited from class samer.models.ICA.ON3Trainer
accumulate, accumulate, dispose, getGMatrix, oneshot, run, starting, toString
-
-
-
-
Method Detail
-
reset
public void reset()
Description copied from interface:Model.Trainer
reset accumulators without updating parameters- Specified by:
reset
in interfaceModel.Trainer
- Overrides:
reset
in classICA.ON3Trainer
-
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.ON3Trainer
-
diffFlush
public void diffFlush()
-
-