org.encog.ml.train.strategy
public interface Strategy
| 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.
|
void init(MLTrain train)
train - The training algorithm.void preIteration()
void postIteration()
Copyright © 2014. All Rights Reserved.