org.encog.neural.freeform.training
Class FreeformBackPropagation
java.lang.Object
org.encog.ml.train.BasicTraining
org.encog.neural.freeform.training.FreeformPropagationTraining
org.encog.neural.freeform.training.FreeformBackPropagation
- All Implemented Interfaces:
- Serializable, MLTrain
public class FreeformBackPropagation
- extends FreeformPropagationTraining
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.encog.neural.freeform.training.FreeformPropagationTraining |
canContinue, finishTraining, getBatchSize, getError, getImplementationType, getIteration, getMethod, getTraining, isFixFlatSopt, iteration, iteration, learn, processBatches, processPureBatch, setBatchSize, setError, setFixFlatSopt, setIteration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeformBackPropagation
public FreeformBackPropagation(FreeformNetwork theNetwork,
MLDataSet theTraining,
double theLearningRate,
double theMomentum)
learnConnection
protected void learnConnection(FreeformConnection connection)
- Specified by:
learnConnection
in class FreeformPropagationTraining
pause
public TrainingContinuation pause()
- Description copied from interface:
MLTrain
- Pause the training to continue later.
- Specified by:
pause
in interface MLTrain
- Returns:
- A training continuation object.
resume
public void resume(TrainingContinuation state)
- Description copied from interface:
MLTrain
- Resume training.
- Specified by:
resume
in interface MLTrain
- Parameters:
state
- The training continuation object to use to continue.
Copyright © 2014. All Rights Reserved.