|
PARTONS/NumA++
|
Numerical Analysis C++ routines
|
![]() |
Public Types | |
| enum | Type { UNDEFINED = 0 , Hyperbolic = 1 , Linear = 2 , Logistic = 3 , SymetricThreshold = 4 , Threshold = 5 } |
Public Member Functions | |
| ActivationFunctionType () | |
| ActivationFunctionType (ActivationFunctionType::Type type) | |
| ActivationFunctionType (const ActivationFunctionType &other) | |
| virtual | ~ActivationFunctionType () |
| ActivationFunctionType * | clone () const |
| std::string | toString () const |
Private Attributes | |
| ActivationFunctionType::Type | m_type |
| NumA::ActivationFunctionType::ActivationFunctionType | ( | ) |
| NumA::ActivationFunctionType::ActivationFunctionType | ( | ActivationFunctionType::Type | type | ) |
| NumA::ActivationFunctionType::ActivationFunctionType | ( | const ActivationFunctionType & | other | ) |
|
virtual |
| ActivationFunctionType * NumA::ActivationFunctionType::clone | ( | ) | const |
| std::string NumA::ActivationFunctionType::toString | ( | ) | const |
|
private |