◆ ActivationFunctionLinear() [1/2]
NumA::ActivationFunctionLinear::ActivationFunctionLinear |
( |
| ) |
|
◆ ~ActivationFunctionLinear()
NumA::ActivationFunctionLinear::~ActivationFunctionLinear |
( |
| ) |
|
|
virtual |
◆ ActivationFunctionLinear() [2/2]
◆ clone()
◆ evaluate()
double NumA::ActivationFunctionLinear::evaluate |
( |
double |
input | ) |
|
|
virtual |
◆ evaluateFirstDerivative()
double NumA::ActivationFunctionLinear::evaluateFirstDerivative |
( |
double |
input | ) |
|
|
virtual |
◆ evaluateSecondDerivative()
double NumA::ActivationFunctionLinear::evaluateSecondDerivative |
( |
double |
input | ) |
|
|
virtual |
◆ classId
const unsigned int NumA::ActivationFunctionLinear::classId |
|
static |
Initial value:=
ActivationFunctionLinear()
Definition: ActivationFunctionLinear.cpp:19
@ Linear
Definition: ActivationFunctionType.h:22
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: