Uses of Interface
weka.classifiers.functions.neural.NeuralMethod
-
Uses of NeuralMethod in weka.classifiers.functions.neural
Modifier 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).Modifier 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.