TarzaNN
TarzaNN neural network simulator
Todo List
Member DoubleWFilter::DoubleWFilter (int w, int h, float orientation, float delta=0, float size=0, int sign=1)
Albert ask Hugh for params
Member FeaturePlane::applyMasking (OutputImage *workOutput, MatrixVector maskingActivations, Matrix *totalActivation)

- resize masking activations

threshold

Member FeaturePlane::~FeaturePlane ()
need to delete the inputFilters!!!!
Member GFilter::GFilter (int w, int h, float sigma, float aspect1, float aspect2, float orientation, float ratio=1)
: check sign variable and document Formula: f(i,j)=1/[sqrt(2PI)*sigma*ratio] * ex{-[x^2 + (aspect * y)^2]/(2(sigma*ratio)^2)} where x=i*cos(orientation)-j*sin(orientation) y=i*sin(orientation)+j*cos(orientation)
Member InputControllerAbstract::moveEyeHist (int dx, int dy)
DOCUMENTATION
Member InputControllerAbstract::processTargetPlane ()
DOCUMENTATION
Member InputVirtualFeaturePlane::getHeadImage ()
Andrei Code can be optimized heavily if we cache the previously generated image -> specially for notifyASYNC strategy
Member LOGFilter::LOGFilter (int w, int h, float sigma, float aspect, float orientation)
is this right?
Member RungeKuttaNeuron::_type
Albert DOCUMENT the data members!!
Member RungeKuttaNeuron::_type
Albert DOCUMENT the data members!!
Member RungeKuttaNeuron::rungekuttaAlgorithm (double input, int i, int j, float spatialBias, float featureBias)
Albert two types of time: just counted and real time
Member TIME_LARGE_INT
add equivalent for Linux (and other platforms). If no HP timers are available, just use QTime.
Member UI_FilterProp::slotDisplayDynamicList (const QString &newFilterType)
we should save the edited parameter list - right now we dump everything
Member WFilter::WFilter (int w, int h, float orientation, float size=0, int sign=1)
Albert update for WFilter Formula: f(i,j)=1/[sqrt(2PI)*sigm] * ex{-[x^2 + (aspect * y)^2]/(2sigma^2)} where x=i*cos(orientation)-j*sin(orientation) y=i*sin(orientation)+j*cos(orientation)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines