Package | Description |
---|---|
weka.classifiers.functions.neural |
Modifier and Type | Method and Description |
---|---|
double |
SigmoidUnit.errorValue(NeuralNode node)
This function calculates what the error value should be.
|
double |
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.outputValue(NeuralNode node)
This function calculates what the output 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.
|
void |
SigmoidUnit.updateWeights(NeuralNode node,
double learn,
double momentum)
This function will calculate what the change in weights should be
and also update them.
|
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.
|
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.