Package samer.models
Class DiffScaler.TensionedTrainer
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.models.DiffScaler.Trainer
-
- samer.models.DiffScaler.TensionedTrainer
-
- All Implemented Interfaces:
- Model.Trainer, Task
- Enclosing class:
- DiffScaler
public class DiffScaler.TensionedTrainer extends DiffScaler.Trainer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TensionedTrainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
flush()
use collected stats to update parameters and resetVDouble
getTension()
java.lang.String
toString()
-
Methods inherited from class samer.tools.AnonymousTask
stopping
-
Methods inherited from class samer.models.DiffScaler.Trainer
accumulate, accumulate, getOffsetRate, getScaleRate, oneshot, reset, run, starting
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classDiffScaler.Trainer
-
getTension
public VDouble getTension()
-
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 classDiffScaler.Trainer
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceModel.Trainer
- Specified by:
dispose
in interfaceTask
- Overrides:
dispose
in classDiffScaler.Trainer
-
-