Independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, Node *node) |
Public Attributes | |
| bool | linear_summation_ |
| Target of non-linearity. | |
Independent parameters of the model.
| nest::rate_transformer_node< TNonlinearities >::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::rate_transformer_node< TNonlinearities >::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::linear_summation().
| void nest::rate_transformer_node< TNonlinearities >::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
References nest::names::linear_summation(), and nest::update_value_param().
Referenced by nest::rate_transformer_node< TNonlinearities >::set_status().
| bool nest::rate_transformer_node< TNonlinearities >::Parameters_::linear_summation_ |
Target of non-linearity.
True (default): Gain function applied to linearly summed input. False: Gain function applied to each input before summation.