TarzaNN
TarzaNN neural network simulator
|
Neuron as defined in Tsotsos, J. K. (2011). A Computational Perspective on Visual Attention. The MIT Press. More...
#include <STNeuron.h>
Public Member Functions | |
STNeuron (double max=100, double step=1.0, int type=1, double timestep=1, double T=1, double factor=1) | |
STNeuron (const STNeuron &wkn) | |
~STNeuron () | |
void | derivs (double input, double t, double *r, double *drdt, float spatialBias, float featureBias) |
Neuron as defined in Tsotsos, J. K. (2011). A Computational Perspective on Visual Attention. The MIT Press.
STNeuron::STNeuron | ( | double | max = 100 , |
double | step = 1.0 , |
||
int | type = 1 , |
||
double | timestep = 1 , |
||
double | T = 1 , |
||
double | factor = 1 |
||
) |
Constructor
STNeuron::STNeuron | ( | const STNeuron & | wkn | ) |
Copy Constructor
STNeuron::~STNeuron | ( | ) |
Destructor
void STNeuron::derivs | ( | double | input, |
double | t, | ||
double * | r, | ||
double * | drdt, | ||
float | spatialBias, | ||
float | featureBias | ||
) | [virtual] |
Implements RungeKuttaNeuron.