#include <SigmoidNeuron.h>
Inheritance diagram for Teem::SigmoidNeuron:

Public Member Functions | |
| virtual void | setParams (const std::string ¶m, double value) |
| Set parameters. Should be overriden by subclasses to handle more parameters. | |
| virtual void | update (double dt) |
| Update status of the neuron according to incoming synapse.. | |
| virtual void | commit () |
| Commit state to lastSpike and lastCurrent. | |
Protected Attributes | |
| Ishtar::Variable< double > | alpha |
alpha value, used in: | |
| double | activation |
| activation state of this neuron | |
1.4.2