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 EnsembleTrainFactory
public String getLabel()
getLabel
in interface EnsembleTrainFactory
Copyright © 2014. All Rights Reserved.