org.encog.neural.networks.training.strategy
| Constructor and Description |
|---|
RegularizationStrategy(double lambda) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(MLTrain train)
Initialize this strategy.
|
void |
postIteration()
Called just after a training iteration.
|
void |
preIteration()
Called just before a training iteration.
|
public void init(MLTrain train)
Strategypublic void preIteration()
StrategypreIteration in interface Strategypublic void postIteration()
StrategypostIteration in interface StrategyCopyright © 2014. All Rights Reserved.