Miind
Public Member Functions | Public Attributes | List of all members
GeomLib::DiffusionParameter Struct Reference

#include <libs/GeomLib/DiffusionParameter.hpp>

Collaboration diagram for GeomLib::DiffusionParameter:
Collaboration graph

Public Member Functions

 DiffusionParameter (double diffusion_jump=0.03, double diffusion_limit=0.03)
 

Public Attributes

double _diffusion_jump
 
double _diffusion_limit
 

Detailed Description

When to switch to a two Poisson input approximation, and what input jump to use then.

It is often useful to emulate Gaussian white noise with a Poisson input. For low variability white noise, a single Poisson input is sufficient. When the variability is high, two inputs must be used. This parameter determines when the switch is made (diffusion_limit) and what efficacy is being used for the two Poisson inputs (diffusion jump). The the values are typically interpreted as percentages of a scale, which is set by the neural model.

Definition at line 46 of file DiffusionParameter.hpp.

Constructor & Destructor Documentation

GeomLib::DiffusionParameter::DiffusionParameter ( double  diffusion_jump = 0.03,
double  diffusion_limit = 0.03 
)
inline

Definition at line 52 of file DiffusionParameter.hpp.

Member Data Documentation

double GeomLib::DiffusionParameter::_diffusion_jump

Definition at line 48 of file DiffusionParameter.hpp.

double GeomLib::DiffusionParameter::_diffusion_limit

The documentation for this struct was generated from the following file: