![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
This is the complete list of members for AimsMLPNeuron, including all inherited members.
| _activation | AimsMLPNeuron | protected |
| _deltaW | AimsMLPNeuron | protected |
| _error | AimsMLPNeuron | protected |
| _nInputs | AimsMLPNeuron | protected |
| _output | AimsMLPNeuron | protected |
| _weight | AimsMLPNeuron | protected |
| activation() const | AimsMLPNeuron | |
| adjust(const AimsData< float > &input, float learningrate, float momentum) | AimsMLPNeuron | |
| AimsMLPNeuron(int ninputs) | AimsMLPNeuron | |
| backPropagation(const AimsData< float > &nexterror, const AimsData< float > &nextweight) | AimsMLPNeuron | |
| deltaW(int i) const | AimsMLPNeuron | |
| error() const | AimsMLPNeuron | |
| evaluateError(float target) | AimsMLPNeuron | |
| forward(const AimsData< float > &input) | AimsMLPNeuron | |
| nInputs() const | AimsMLPNeuron | |
| output() const | AimsMLPNeuron | |
| setWeight(const AimsData< float > &weight) | AimsMLPNeuron | |
| weight(int i) const | AimsMLPNeuron | |
| ~AimsMLPNeuron() | AimsMLPNeuron | virtual |