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

#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
 

Constructor & Destructor Documentation

◆ gainfunction_mcculloch_pitts()

nest::gainfunction_mcculloch_pitts::gainfunction_mcculloch_pitts ( )
inline

sets default parameters

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::theta(), and theta_.

Here is the call graph for this function:

◆ operator()()

bool nest::gainfunction_mcculloch_pitts::operator() ( RngPtr  ,
double  h 
)
inline

References theta_.

◆ set()

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().

Here is the call graph for this function:

Member Data Documentation

◆ theta_

double nest::gainfunction_mcculloch_pitts::theta_
private

threshold of sigmoidal activation function

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


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