CINNICanova.C File Reference

#include "Image/Image.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include "Util/stats.H"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <vector>
Include dependency graph for CINNICanova.C:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Variables

char * savefilename
 the file to save stats out to
readConfig ReadConfigA (25)
 two data sets to open
readConfig ReadConfigB (25)
 two data sets to open
char * dataSet1
 Files containing data sets.
char * dataSet2
std::vector< float > rSet1
 Vector for regresion data set 1.
std::vector< float > rSet2
 Vector for regresion data set 2.
std::vector< float > eSet1
 Vector for euclidian data set 1.
std::vector< float > eSet2
 Vector for euclidian data set 2.
stats< float > rStats
 Stats objects.
stats< float > eStats
 Stats objects.
float rF
 F from anova.
float eF

Detailed Description

do ANOVA tests on CINNIC outputs

Definition in file CINNICanova.C.


Variable Documentation

char* dataSet1

Files containing data sets.

Definition at line 31 of file CINNICanova.C.

Vector for euclidian data set 1.

Definition at line 38 of file CINNICanova.C.

Vector for euclidian data set 2.

Definition at line 40 of file CINNICanova.C.

stats<float> eStats

Stats objects.

Definition at line 44 of file CINNICanova.C.

two data sets to open

two data sets to open

float rF

F from anova.

Definition at line 46 of file CINNICanova.C.

Vector for regresion data set 1.

Definition at line 34 of file CINNICanova.C.

Vector for regresion data set 2.

Definition at line 36 of file CINNICanova.C.

stats<float> rStats

Stats objects.

Definition at line 42 of file CINNICanova.C.

char* savefilename

the file to save stats out to

Definition at line 25 of file CINNICanova.C.

Referenced by main().

Generated on Sun May 8 08:42:39 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3