Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CINNICanova.C File Reference


Detailed Description

do ANOVA tests on CINNIC outputs

Definition in file CINNICanova.C.

#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


Variable Documentation

char* dataSet1
 

Files containing data sets.

Definition at line 31 of file CINNICanova.C.

Referenced by main().

std::vector<float> eSet1
 

Vector for euclidian data set 1.

Definition at line 38 of file CINNICanova.C.

std::vector<float> eSet2
 

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.

readConfig ReadConfigA(25)
 

two data sets to open

Referenced by main().

readConfig ReadConfigB(25)
 

two data sets to open

Referenced by main().

float rF
 

F from anova.

Definition at line 46 of file CINNICanova.C.

Referenced by main().

std::vector<float> rSet1
 

Vector for regresion data set 1.

Definition at line 34 of file CINNICanova.C.

std::vector<float> rSet2
 

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 Mon Nov 23 15:48:02 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4