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, setTraining
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canContinue, iteration, pause, resume
public CrossTraining(MLMethod network, FoldedDataSet training)
network
- The network.training
- The training data.public FoldedDataSet getFolded()
public MLMethod getMethod()
Copyright © 2014. All Rights Reserved.