
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 |
|
|
Files containing data sets.
Definition at line 31 of file CINNICanova.C. Referenced by main(). |
|
|
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 objects.
Definition at line 44 of file CINNICanova.C. |
|
|
two data sets to open
Referenced by main(). |
|
|
two data sets to open
Referenced by main(). |
|
|
F from anova.
Definition at line 46 of file CINNICanova.C. Referenced by main(). |
|
|
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 objects.
Definition at line 42 of file CINNICanova.C. |
|
|
the file to save stats out to
Definition at line 25 of file CINNICanova.C. Referenced by main(). |
1.4.4