| _activationCache | Neuron | [mutable, protected] |
| _activationFunction | Neuron | [protected] |
| _classHeirarchy | Neuron | [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 | |
| disconnect(Neuron *from) | Neuron | [virtual] |
| getActivation() const | Neuron | [virtual] |
| getClassName() const | InputNeuron | [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 | |
| InputNeuron(int label) | InputNeuron | |
| 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 | InputNeuron | [virtual] |
| operator<<(std::ostream &s, const Neuron &neuron) | Neuron | [friend] |
| setValue(real value) | InputNeuron | |
| ~Neuron() | Neuron | [virtual] |
1.3.5