|
PARTONS/NumA++
|
Numerical Analysis C++ routines
|
![]() |
Public Member Functions | |
| TransitionCell () | |
| virtual | ~TransitionCell () |
| virtual TransitionCell * | clone () const |
| virtual std::string | toString () const |
| virtual void | evaluate () |
| virtual double | evaluateDerivativeBackward (NeuralNetworkNeuron *const neuron) const |
| virtual void | checkConsistency () const |
Public Member Functions inherited from NumA::NeuralNetworkCell | |
| NeuralNetworkCell () | |
| NeuralNetworkCell (const std::string &name, NeuralNetworkCellType::Type type) | |
| virtual | ~NeuralNetworkCell () |
| NeuralNetworkCellType::Type | getType () const |
| const std::vector< NeuralNetworkNeuron * > & | getNeuronsIn () const |
| void | setNeuronsIn (const std::vector< NeuralNetworkNeuron * > &neurons) |
| void | addNeuronIn (NeuralNetworkNeuron *const neuron) |
| const std::vector< NeuralNetworkNeuron * > & | getNeuronsOut () const |
| void | setNeuronsOut (const std::vector< NeuralNetworkNeuron * > &neurons) |
| void | addNeuronOut (NeuralNetworkNeuron *const neuron) |
| double | getOutput () const |
| void | setOutput (double output) |
| bool | checkProperty (NeuralNetworkCellPropertyType::Type property) const |
Protected Member Functions | |
| TransitionCell (const TransitionCell &other) | |
Protected Member Functions inherited from NumA::NeuralNetworkCell | |
| NeuralNetworkCell (const NeuralNetworkCell &other) | |
Additional Inherited Members | |
Protected Attributes inherited from NumA::NeuralNetworkCell | |
| double | m_output |
| std::vector< NeuralNetworkNeuron * > | m_neuronsIn |
| std::vector< NeuralNetworkNeuron * > | m_neuronsOut |
| std::vector< NeuralNetworkCellPropertyType::Type > | m_properties |
| NumA::TransitionCell::TransitionCell | ( | ) |
|
virtual |
|
protected |
|
virtual |
Reimplemented from NumA::NeuralNetworkCell.
|
virtual |
Reimplemented from NumA::NeuralNetworkCell.
|
virtual |
Reimplemented from NumA::NeuralNetworkCell.
|
virtual |
Reimplemented from NumA::NeuralNetworkCell.
|
virtual |
Reimplemented from NumA::NeuralNetworkCell.