PARTONS/NumA++
|
Numerical Analysis C++ routines
|
Public Types | |
enum | Type { UNDEFINED = 0 , InputCell = 1 , OutputCell = 2 , ScalingCell = 3 , Perceptron = 4 , TransitionCell = 5 } |
Public Member Functions | |
NeuralNetworkCellType () | |
NeuralNetworkCellType (NeuralNetworkCellType::Type type) | |
NeuralNetworkCellType (const NeuralNetworkCellType &other) | |
virtual | ~NeuralNetworkCellType () |
NeuralNetworkCellType * | clone () const |
std::string | toString () const |
Private Attributes | |
NeuralNetworkCellType::Type | m_type |
NumA::NeuralNetworkCellType::NeuralNetworkCellType | ( | ) |
NumA::NeuralNetworkCellType::NeuralNetworkCellType | ( | NeuralNetworkCellType::Type | type | ) |
NumA::NeuralNetworkCellType::NeuralNetworkCellType | ( | const NeuralNetworkCellType & | other | ) |
|
virtual |
NeuralNetworkCellType * NumA::NeuralNetworkCellType::clone | ( | ) | const |
std::string NumA::NeuralNetworkCellType::toString | ( | ) | const |
|
private |