TarzaNN
TarzaNN neural network simulator
Public Member Functions
STNeuron Class Reference

Neuron as defined in Tsotsos, J. K. (2011). A Computational Perspective on Visual Attention. The MIT Press. More...

#include <STNeuron.h>

Inheritance diagram for STNeuron:
RungeKuttaNeuron Neuron

List of all members.

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)

Detailed Description

Neuron as defined in Tsotsos, J. K. (2011). A Computational Perspective on Visual Attention. The MIT Press.


Constructor & Destructor Documentation

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


Member Function Documentation

void STNeuron::derivs ( double  input,
double  t,
double *  r,
double *  drdt,
float  spatialBias,
float  featureBias 
) [virtual]

Implements RungeKuttaNeuron.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines