org.encog.ensemble.training
public class ManhattanPropagationFactory extends Object implements EnsembleTrainFactory
| Constructor and Description |
|---|
ManhattanPropagationFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
double |
getLearningRate() |
MLTrain |
getTraining(MLMethod mlMethod,
MLDataSet trainingData) |
void |
setLearningRate(double learningRate) |
public void setLearningRate(double learningRate)
public double getLearningRate()
public MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData)
getTraining in interface EnsembleTrainFactorypublic String getLabel()
getLabel in interface EnsembleTrainFactoryCopyright © 2014. All Rights Reserved.