| Package | Description |
|---|---|
| org.apache.mahout.classifier.mlp |
| Modifier and Type | Class and Description |
|---|---|
class |
MultilayerPerceptron
Deprecated.
as of as of 0.10.0.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setCostFunction(String costFunction)
Deprecated.
Set the cost function for the model.
|
NeuralNetwork |
NeuralNetwork.setLearningRate(double learningRate)
Deprecated.
Set the degree of aggression during model training, a large learning rate
can increase the training speed, but it also decreases the chance of model
converge.
|
NeuralNetwork |
NeuralNetwork.setMomentumWeight(double momentumWeight)
Deprecated.
Set the momentum weight for the model.
|
NeuralNetwork |
NeuralNetwork.setRegularizationWeight(double regularizationWeight)
Deprecated.
Set the regularization weight.
|
NeuralNetwork |
NeuralNetwork.setTrainingMethod(NeuralNetwork.TrainingMethod method)
Deprecated.
Set the training method.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.