#include "ModelNeuron/SimUnit.H"
#include "ModelNeuron/LowPass.H"
Go to the source code of this file.
Classes | |
class | LowpassNeuronImpl< RateFunc, IntType > |
Typedefs | |
typedef LowpassNeuronImpl < RateFunctions::EmptyFunction, LowPassExpEuler > | LowpassNeuron |
typedef LowpassNeuronImpl < RateFunctions::RectifyFunction, LowPassExpEuler > | LowpassNeuronRectify |
typedef LowpassNeuronImpl < RateFunctions::FullRectifyFunction, LowPassExpEuler > | LowpassNeuronFullRectify |
typedef LowpassNeuronImpl < RateFunctions::StepFunction, LowPassExpEuler > | LowpassNeuronStep |
typedef LowpassNeuronImpl < RateFunctions::MaxRectFunction, LowPassExpEuler > | LowpassNeuronMaxRect |
typedef LowpassNeuronImpl < RateFunctions::LogThreshFunction, LowPassExpEuler > | LowpassNeuronLog |
typedef LowpassNeuronImpl < RateFunctions::SigmoidFunction, LowPassExpEuler > | LowpassNeuronSigmoid |
a very simple and abstract kind of neuron
Definition in file LowpassNeuron.H.