#include <BipolarActivationFunction.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. | |
| BipolarActivationFunction () | |
| virtual | ~BipolarActivationFunction () |
The output is
and can assume values between
.
Definition at line 11 of file BipolarActivationFunction.h.
| BipolarActivationFunction::BipolarActivationFunction | ( | ) |
Definition at line 6 of file BipolarActivationFunction.cpp.
| BipolarActivationFunction::~BipolarActivationFunction | ( | ) | [virtual] |
Definition at line 8 of file BipolarActivationFunction.cpp.
| double BipolarActivationFunction::CalcOutput | ( | const double | input | ) | [virtual] |
The function that maps between the weighted sum that's the input of the neuron and the output.
Implements GeneralActivationFunction.
Definition at line 11 of file BipolarActivationFunction.cpp.
| double BipolarActivationFunction::CalcDeriv | ( | const double | input | ) | [virtual] |
The derivative of the function defined in CalcOutput.
Implements GeneralActivationFunction.
Definition at line 16 of file BipolarActivationFunction.cpp.
1.5.5