| Package | Description |
|---|---|
| org.apache.mahout.classifier.mlp |
| Modifier and Type | Field and Description |
|---|---|
protected NeuralNetwork.TrainingMethod |
NeuralNetwork.trainingMethod
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork.TrainingMethod |
NeuralNetwork.getTrainingMethod()
Deprecated.
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.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setTrainingMethod(NeuralNetwork.TrainingMethod method)
Deprecated.
Set the training method.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.