org.encog.neural.networks.training.cross
public abstract class CrossTraining extends BasicTraining
| Constructor and Description |
|---|
CrossTraining(MLMethod network,
FoldedDataSet training)
Construct a cross trainer.
|
| Modifier and Type | Method and Description |
|---|---|
FoldedDataSet |
getFolded() |
MLMethod |
getMethod()
Get the current best machine learning method from the training.
|
addStrategy, finishTraining, getError, getImplementationType, getIteration, getStrategies, getTraining, isTrainingDone, iteration, postIteration, preIteration, setError, setIteration, setTrainingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanContinue, iteration, pause, resumepublic CrossTraining(MLMethod network, FoldedDataSet training)
network - The network.training - The training data.public FoldedDataSet getFolded()
public MLMethod getMethod()
Copyright © 2014. All Rights Reserved.