#include <mcculloch_pitts_neuron.h>
Public Member Functions | |
| gainfunction_mcculloch_pitts () | |
| sets default parameters | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, Node *node) |
| Set values from dictionary. | |
| bool | operator() (RngPtr, double h) |
Private Attributes | |
| double | theta_ |
| threshold of sigmoidal activation function | |
|
inline |
sets default parameters
| void nest::gainfunction_mcculloch_pitts::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::theta(), and theta_.
| void nest::gainfunction_mcculloch_pitts::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::theta(), theta_, and nest::update_value_param().
|
private |
threshold of sigmoidal activation function
Referenced by get(), operator()(), and set().