#include <ginzburg_neuron.h>
|
| double | theta_ |
| | threshold of sigmoidal activation function
|
| |
| double | c1_ |
| | linear gain factor of gain function
|
| |
| double | c2_ |
| | prefactor of sigmoidal gain function
|
| |
| double | c3_ |
| | gain factor of sigmoidal gain function
|
| |
◆ gainfunction_ginzburg()
| nest::gainfunction_ginzburg::gainfunction_ginzburg |
( |
| ) |
|
|
inline |
◆ get()
| void nest::gainfunction_ginzburg::get |
( |
Dictionary & |
d | ) |
const |
◆ operator()()
| bool nest::gainfunction_ginzburg::operator() |
( |
RngPtr |
rng, |
|
|
double |
h |
|
) |
| const |
|
inline |
◆ set()
| void nest::gainfunction_ginzburg::set |
( |
const Dictionary & |
d, |
|
|
Node * |
node |
|
) |
| |
◆ c1_
| double nest::gainfunction_ginzburg::c1_ |
|
private |
◆ c2_
| double nest::gainfunction_ginzburg::c2_ |
|
private |
◆ c3_
| double nest::gainfunction_ginzburg::c3_ |
|
private |
◆ theta_
| double nest::gainfunction_ginzburg::theta_ |
|
private |
The documentation for this class was generated from the following files: