public class ManhattanPropagationFactory extends java.lang.Object implements EnsembleTrainFactory
| Constructor and Description |
|---|
ManhattanPropagationFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
double |
getLearningRate() |
MLTrain |
getTraining(MLMethod mlMethod,
MLDataSet trainingData) |
MLTrain |
getTraining(MLMethod mlMethod,
MLDataSet trainingData,
double dropoutRate) |
void |
setDropoutRate(double rate) |
void |
setLearningRate(double learningRate) |
public void setLearningRate(double learningRate)
public double getLearningRate()
public MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData)
getTraining in interface EnsembleTrainFactorypublic MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData, double dropoutRate)
getTraining in interface EnsembleTrainFactorypublic java.lang.String getLabel()
getLabel in interface EnsembleTrainFactorypublic void setDropoutRate(double rate)
setDropoutRate in interface EnsembleTrainFactory