Uses of Class
org.apache.mahout.classifier.mlp.NeuralNetwork.TrainingMethod

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.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.