public class ResilientPropagationFactory extends java.lang.Object implements EnsembleTrainFactory
| Constructor and Description |
|---|
ResilientPropagationFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
RPROPType |
getRPROPType() |
MLTrain |
getTraining(MLMethod mlMethod,
MLDataSet trainingData) |
MLTrain |
getTraining(MLMethod mlMethod,
MLDataSet trainingData,
double dropoutRate) |
void |
setDropoutRate(double rate) |
void |
setRPROPType(RPROPType type) |
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 EnsembleTrainFactorypublic RPROPType getRPROPType()
public void setRPROPType(RPROPType type)