org.encog.ensemble.training
Class ManhattanPropagationFactory
java.lang.Object
org.encog.ensemble.training.ManhattanPropagationFactory
- All Implemented Interfaces:
- EnsembleTrainFactory
public class ManhattanPropagationFactory
- extends Object
- implements EnsembleTrainFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManhattanPropagationFactory
public ManhattanPropagationFactory()
setLearningRate
public void setLearningRate(double learningRate)
getLearningRate
public double getLearningRate()
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.