#include <IdentityActivationFunction.h>

Public Member Functions | |
| virtual double | CalcOutput (const double input) |
| The function that maps between the weighted sum that's the input of the neuron and the output. | |
| virtual double | CalcDeriv (const double input) |
| The derivative of the function defined in CalcOutput. | |
| IdentityActivationFunction () | |
| virtual | ~IdentityActivationFunction () |
Definition at line 11 of file IdentityActivationFunction.h.
| gplib::IdentityActivationFunction::IdentityActivationFunction | ( | ) |
Definition at line 6 of file IdentityActivationFunction.cpp.
| gplib::IdentityActivationFunction::~IdentityActivationFunction | ( | ) | [virtual] |
Definition at line 9 of file IdentityActivationFunction.cpp.
The derivative of the function defined in CalcOutput.
Implements gplib::GeneralActivationFunction.
Definition at line 18 of file IdentityActivationFunction.cpp.
The function that maps between the weighted sum that's the input of the neuron and the output.
Implements gplib::GeneralActivationFunction.
Definition at line 13 of file IdentityActivationFunction.cpp.
1.5.8