NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Private Attributes | List of all members
nest::gainfunction_mcculloch_pitts Class Reference

#include <mcculloch_pitts_neuron.h>

Public Member Functions

 gainfunction_mcculloch_pitts ()
 sets default parameters More...
 
void get (DictionaryDatum &) const
 Store current values in dictionary. More...
 
void set (const DictionaryDatum &)
 Set values from dicitonary. More...
 
bool operator() (librandom::RngPtr, double_t h)
 

Private Attributes

double_t theta_
 threshold of sigmoidal activation function More...
 

Constructor & Destructor Documentation

nest::gainfunction_mcculloch_pitts::gainfunction_mcculloch_pitts ( )
inline

sets default parameters

Member Function Documentation

void nest::gainfunction_mcculloch_pitts::get ( DictionaryDatum d) const

Store current values in dictionary.

References nest::names::d, nest::names::theta, and theta_.

bool nest::gainfunction_mcculloch_pitts::operator() ( librandom::RngPtr  ,
double_t  h 
)
inline

References theta_.

void nest::gainfunction_mcculloch_pitts::set ( const DictionaryDatum d)

Set values from dicitonary.

References nest::names::d, nest::names::theta, and theta_.

Member Data Documentation

double_t 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: