NEST
2.6.0,not_revisioned_source_dir@0
|
#include <mcculloch_pitts_neuron.h>
Public Member Functions | |
gainfunction_mcculloch_pitts () | |
sets default parameters More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
void | set (const DictionaryDatum &) |
Set values from dicitonary. More... | |
bool | operator() (librandom::RngPtr, double_t h) |
Private Attributes | |
double_t | theta_ |
threshold of sigmoidal activation function More... | |
|
inline |
sets default parameters
void nest::gainfunction_mcculloch_pitts::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::d, nest::names::theta, and theta_.
|
inline |
References theta_.
void nest::gainfunction_mcculloch_pitts::set | ( | const DictionaryDatum & | d | ) |
Set values from dicitonary.
References nest::names::d, nest::names::theta, and theta_.
|
private |
threshold of sigmoidal activation function
Referenced by get(), operator()(), and set().