org.encog.ensemble.training
Class BackpropagationFactory

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

public class BackpropagationFactory
extends Object
implements EnsembleTrainFactory


Constructor Summary
BackpropagationFactory()
           
 
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

BackpropagationFactory

public BackpropagationFactory()
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.