19 virtual void Load(CStdXml &oXml);
21 #pragma region Accessor-Mutators
23 void LowCoupling(
double dVal);
26 void HighCoupling(
double dVal);
27 double HighCoupling();
29 void TurnOnThreshold(
double dVal);
30 double TurnOnThreshold();
32 void TurnOnSaturate(
double dVal);
33 double TurnOnSaturate();
37 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
38 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
Integrate and fire neural module.
double m_dHiCoup
The hi coupling voltage.
double m_dSaturateV
The saturation voltage level.
double m_dLowCoup
The low coupling voltage.
double m_dTurnOnV
The turn on voltage level.
Contains all of the classes to implement a basic integrate and fire neural model. ...