Uses of Interface
weka.classifiers.functions.neural.NeuralMethod
Packages that use NeuralMethod
-
Uses of NeuralMethod in weka.classifiers.functions.neural
Classes in weka.classifiers.functions.neural that implement NeuralMethodModifier and TypeClassDescriptionclass
This can be used by the neuralnode to perform all it's computations (as a Linear unit).class
This can be used by the neuralnode to perform all it's computations (as a sigmoid unit).Methods in weka.classifiers.functions.neural that return NeuralMethodMethods in weka.classifiers.functions.neural with parameters of type NeuralMethodModifier and TypeMethodDescriptionvoid
NeuralNode.setMethod
(NeuralMethod m) Set how this node should operate (note that the neural method has no internal state, so the same object can be used by any number of nodes.Constructors in weka.classifiers.functions.neural with parameters of type NeuralMethod