Uses of Class
weka.classifiers.functions.neural.NeuralNode
-
Uses of NeuralNode in weka.classifiers.functions.neural
Modifier and TypeMethodDescriptiondouble
LinearUnit.errorValue
(NeuralNode node) This function calculates what the error value should be.double
NeuralMethod.errorValue
(NeuralNode node) This function calculates what the error value should be.double
SigmoidUnit.errorValue
(NeuralNode node) This function calculates what the error value should be.double
LinearUnit.outputValue
(NeuralNode node) This function calculates what the output value should be.double
NeuralMethod.outputValue
(NeuralNode node) This function calculates what the output value should be.double
SigmoidUnit.outputValue
(NeuralNode node) This function calculates what the output value should be.void
LinearUnit.updateWeights
(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.void
NeuralMethod.updateWeights
(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.void
SigmoidUnit.updateWeights
(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.