Uses of Class
weka.classifiers.functions.neural.NeuralNode
Packages that use NeuralNode
-
Uses of NeuralNode in weka.classifiers.functions.neural
Methods in weka.classifiers.functions.neural with parameters of type NeuralNodeModifier and TypeMethodDescriptiondoubleLinearUnit.errorValue(NeuralNode node) This function calculates what the error value should be.doubleNeuralMethod.errorValue(NeuralNode node) This function calculates what the error value should be.doubleSigmoidUnit.errorValue(NeuralNode node) This function calculates what the error value should be.doubleLinearUnit.outputValue(NeuralNode node) This function calculates what the output value should be.doubleNeuralMethod.outputValue(NeuralNode node) This function calculates what the output value should be.doubleSigmoidUnit.outputValue(NeuralNode node) This function calculates what the output value should be.voidLinearUnit.updateWeights(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.voidNeuralMethod.updateWeights(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.voidSigmoidUnit.updateWeights(NeuralNode node, double learn, double momentum) This function will calculate what the change in weights should be and also update them.