39 virtual void FromIdx(
int iVal);
40 virtual int FromIdx();
42 virtual void ToIdx(
int iVal);
45 virtual std::pair<int, int> SynapseIndexKey();
47 virtual void SetCARLSimulation();
48 virtual bool SetCARLSimulation(
int iFromIdx,
int iToIdx,
float& weight,
float& maxWt,
float& delay,
bool& connected);
50 #pragma region DataAccesMethods
51 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
52 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
55 virtual void Load(CStdXml &oXml);
Contains the classes for a firing rate neural model.
std::pair< int, int > m_vSynapseKey
The synapse index key used in the synapse map.
int m_iToIdx
The Jth neuron of the post-synaptic group to connect.
Firing rate synapse model.
int m_iFromIdx
The Ith neuron of the pre-synaptic group to connect.
Firing rate synapse model.