org.encog.neural.networks.training
Interface Train

All Superinterfaces:
MLTrain
All Known Implementing Classes:
Backpropagation, ManhattanPropagation, Propagation, QuickPropagation, ResilientPropagation, ScaledConjugateGradient

public interface Train
extends MLTrain

This is an alias class for Encog 2.5 compatibility. This class aliases MLTrain. Newer code should use MLTrain in place of this class.


Method Summary
 
Methods inherited from interface org.encog.ml.train.MLTrain
addStrategy, canContinue, finishTraining, getError, getImplementationType, getIteration, getMethod, getStrategies, getTraining, isTrainingDone, iteration, iteration, pause, resume, setError, setIteration
 



Copyright © 2014. All Rights Reserved.