org.encog.ensemble.training
Class ScaledConjugateGradientFactory

java.lang.Object
  extended by org.encog.ensemble.training.ScaledConjugateGradientFactory
All Implemented Interfaces:
EnsembleTrainFactory

public class ScaledConjugateGradientFactory
extends Object
implements EnsembleTrainFactory


Constructor Summary
ScaledConjugateGradientFactory()
           
 
Method Summary
 String getLabel()
           
 MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaledConjugateGradientFactory

public ScaledConjugateGradientFactory()
Method Detail

getTraining

public MLTrain getTraining(MLMethod mlMethod,
                           MLDataSet trainingData)
Specified by:
getTraining in interface EnsembleTrainFactory

getLabel

public String getLabel()
Specified by:
getLabel in interface EnsembleTrainFactory


Copyright © 2014. All Rights Reserved.