|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeuralNetwork.TrainingMethod | |
---|---|
org.apache.mahout.classifier.mlp |
Uses of NeuralNetwork.TrainingMethod in org.apache.mahout.classifier.mlp |
---|
Fields in org.apache.mahout.classifier.mlp declared as NeuralNetwork.TrainingMethod | |
---|---|
protected NeuralNetwork.TrainingMethod |
NeuralNetwork.trainingMethod
|
Methods in org.apache.mahout.classifier.mlp that return NeuralNetwork.TrainingMethod | |
---|---|
NeuralNetwork.TrainingMethod |
NeuralNetwork.getTrainingMethod()
Get the training method. |
static NeuralNetwork.TrainingMethod |
NeuralNetwork.TrainingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NeuralNetwork.TrainingMethod[] |
NeuralNetwork.TrainingMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.mahout.classifier.mlp with parameters of type NeuralNetwork.TrainingMethod | |
---|---|
NeuralNetwork |
NeuralNetwork.setTrainingMethod(NeuralNetwork.TrainingMethod method)
Set the training method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |