| _activationCache | Neuron | [mutable, protected] |
| _activationFunction | Neuron | [protected] |
| _center | CenterNeuron | [protected] |
| _classHeirarchy | Neuron | [protected] |
| _dActivationFunction | CenterNeuron | [protected] |
| _dimension | CenterNeuron | [protected] |
| _errorCache | Neuron | [mutable, protected] |
| _errorCacheValid | Neuron | [mutable, protected] |
| _inputLinks | Neuron | [protected] |
| _label | Neuron | [protected] |
| _outputCache | Neuron | [mutable, protected] |
| _outputCacheValid | Neuron | [mutable, protected] |
| _outputLinks | Neuron | |
| _recacheError() const | CenterNeuron | [protected, virtual] |
| _recacheOutput() const | CenterNeuron | [protected, virtual] |
| CenterNeuron(int label, int dimension) | CenterNeuron | |
| CenterNeuron(int label, Vector center) | CenterNeuron | |
| CenterNeuron(int label, int dimension, real center[]) | CenterNeuron | |
| connect(Neuron *from) | CenterNeuron | [virtual] |
| disconnect(Neuron *from) | Neuron | [virtual] |
| getActivation() const | Neuron | [virtual] |
| getCenter() const | CenterNeuron | |
| getClassName() const | CenterNeuron | [virtual] |
| getDimension() const | CenterNeuron | [virtual] |
| getError() const | Neuron | [virtual] |
| getInputCount() const | Neuron | [virtual] |
| getInputs(std::vector< int > &labels, Vector &weights) | Neuron | [virtual] |
| getLabel() const | Neuron | [virtual] |
| getOutput() const | Neuron | [virtual] |
| getOutputCount() const | Neuron | [virtual] |
| getWeight(Neuron *from) const | Neuron | [virtual] |
| getWeights(Vector &out) const | Neuron | |
| instanceOf(const char *className) const | Neuron | |
| invalidateErrorCache() | Neuron | [virtual] |
| invalidateOutputCache() | Neuron | [virtual] |
| Link class | Neuron | [friend] |
| Neuron(int label) | Neuron | |
| Neuron(Neuron &neuron) | Neuron | |
| operator std::string() const | CenterNeuron | [virtual] |
| operator<<(std::ostream &s, const Neuron &neuron) | Neuron | [friend] |
| setActivationFunction(ActivationFunction f, ActivationFunction df) | CenterNeuron | [virtual] |
| setCenter(Vector center) | CenterNeuron | [virtual] |
| setCenter(real center[]) | CenterNeuron | [virtual] |
| ~CenterNeuron() | CenterNeuron | [virtual] |
| ~Neuron() | Neuron | [virtual] |