NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::gainfunction_ginzburg Class Reference

#include <ginzburg_neuron.h>

Public Member Functions

 gainfunction_ginzburg ()
 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 rng, double h) const
 

Private Attributes

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
 

Constructor & Destructor Documentation

◆ gainfunction_ginzburg()

nest::gainfunction_ginzburg::gainfunction_ginzburg ( )
inline

sets default parameters

Member Function Documentation

◆ get()

void nest::gainfunction_ginzburg::get ( Dictionary &  d) const

Store current values in dictionary.

References c1_, c2_, c3_, nest::names::c_1(), nest::names::c_2(), nest::names::c_3(), nest::names::theta(), and theta_.

Here is the call graph for this function:

◆ operator()()

bool nest::gainfunction_ginzburg::operator() ( RngPtr  rng,
double  h 
) const
inline

References c1_, c2_, c3_, nest::BaseRandomGenerator::drand(), and theta_.

Here is the call graph for this function:

◆ set()

void nest::gainfunction_ginzburg::set ( const Dictionary &  d,
Node *  node 
)

Set values from dictionary.

References c1_, c2_, c3_, nest::names::c_1(), nest::names::c_2(), nest::names::c_3(), nest::names::theta(), theta_, and nest::update_value_param().

Here is the call graph for this function:

Member Data Documentation

◆ c1_

double nest::gainfunction_ginzburg::c1_
private

linear gain factor of gain function

Referenced by get(), operator()(), and set().

◆ c2_

double nest::gainfunction_ginzburg::c2_
private

prefactor of sigmoidal gain function

Referenced by get(), operator()(), and set().

◆ c3_

double nest::gainfunction_ginzburg::c3_
private

gain factor of sigmoidal gain function

Referenced by get(), operator()(), and set().

◆ theta_

double nest::gainfunction_ginzburg::theta_
private

threshold of sigmoidal activation function

Referenced by get(), operator()(), and set().


The documentation for this class was generated from the following files: