org.encog.ensemble.training
Class ManhattanPropagationFactory
- java.lang.Object
-
- org.encog.ensemble.training.ManhattanPropagationFactory
-
- All Implemented Interfaces:
- EnsembleTrainFactory
public class ManhattanPropagationFactory extends java.lang.Object implements EnsembleTrainFactory
-
-
Constructor Summary
Constructors Constructor and Description ManhattanPropagationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetLabel()doublegetLearningRate()MLTraingetTraining(MLMethod mlMethod, MLDataSet trainingData)MLTraingetTraining(MLMethod mlMethod, MLDataSet trainingData, double dropoutRate)voidsetDropoutRate(double rate)voidsetLearningRate(double learningRate)
-
-
-
Method Detail
-
setLearningRate
public void setLearningRate(double learningRate)
-
getLearningRate
public double getLearningRate()
-
getTraining
public MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData)
- Specified by:
getTrainingin interfaceEnsembleTrainFactory
-
getTraining
public MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData, double dropoutRate)
- Specified by:
getTrainingin interfaceEnsembleTrainFactory
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceEnsembleTrainFactory
-
setDropoutRate
public void setDropoutRate(double rate)
- Specified by:
setDropoutRatein interfaceEnsembleTrainFactory
-
-
DMelt 3.0 © DataMelt by jWork.ORG