Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
Base class for RNG engine wrappers.
Definition random_generators.h:67
virtual double drand()=0
Uses the wrapped RNG engine to draw a double from a uniform distribution in the range [0,...
Base class for all NEST network objects.
Definition node.h:99
void create()
Create the map.
Definition recordables_map.h:127
Binary stochastic neuron with linear or sigmoidal gain function.
Definition binary_neuron.h:76
Definition erfc_neuron.h:125
double theta_
threshold of activation function
Definition erfc_neuron.h:128
void set(const Dictionary &, Node *node)
Set values from dictionary.
Definition erfc_neuron.cpp:49
void get(Dictionary &) const
Store current values in dictionary.
Definition erfc_neuron.cpp:42
double sigma_
1/sqrt(2pi) x inverse of the maximal slope of gain function
Definition erfc_neuron.h:131
gainfunction_erfc()
sets default parameters
Definition erfc_neuron.h:136
bool operator()(RngPtr rng, double h)
Definition erfc_neuron.h:149
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
binary_neuron< gainfunction_erfc > erfc_neuron
Definition erfc_neuron.h:154
void register_erfc_neuron(const std::string &name)
Definition erfc_neuron.cpp:35