|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Train
Train: Interface for all feedforward neural network training methods. There are currently three training methods define: Backpropagation Genetic Algorithms Simulated Annealing
| Method Summary | |
|---|---|
double |
getError()
Get the current error percent from the training. |
Network |
getNetwork()
Get the current best network from the training. |
void |
iteration()
Perform one iteration of training. |
| Method Detail |
|---|
double getError()
Network getNetwork()
void iteration()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||