9 class IntegrateFireNeuralModule;
44 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
45 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
46 virtual void Load(CStdXml &oXml);
Integrate and fire neuron model.
Neuron * m_lpParent
Pointer to the parent Neuron.
std::string m_strActivationType
Type of the activation.
Contains all of the classes to implement a basic integrate and fire neural model. ...