◆ ActivationFunctionLogistic() [1/2]
NumA::ActivationFunctionLogistic::ActivationFunctionLogistic |
( |
| ) |
|
◆ ~ActivationFunctionLogistic()
NumA::ActivationFunctionLogistic::~ActivationFunctionLogistic |
( |
| ) |
|
|
virtual |
◆ ActivationFunctionLogistic() [2/2]
◆ clone()
◆ evaluate()
double NumA::ActivationFunctionLogistic::evaluate |
( |
double |
input | ) |
|
|
virtual |
◆ evaluateFirstDerivative()
double NumA::ActivationFunctionLogistic::evaluateFirstDerivative |
( |
double |
input | ) |
|
|
virtual |
◆ evaluateSecondDerivative()
double NumA::ActivationFunctionLogistic::evaluateSecondDerivative |
( |
double |
input | ) |
|
|
virtual |
◆ classId
const unsigned int NumA::ActivationFunctionLogistic::classId |
|
static |
Initial value:=
ActivationFunctionLogistic()
Definition: ActivationFunctionLogistic.cpp:22
@ Logistic
Definition: ActivationFunctionType.h:23
unsigned int registerActivationFunction(const ActivationFunctionType::Type type, ActivationFunction *const object)
Definition: NeuralNetworkTypeRegistry.cpp:88
static NeuralNetworkTypeRegistry * getInstance()
Definition: NeuralNetworkTypeRegistry.cpp:79
The documentation for this class was generated from the following files: