#include <cstdio>#include <cstdlib>#include <iostream>#include <ostream>#include <fstream>#include <string>#include <time.h>#include <sstream>#include <iomanip>#include <math.h>#include "CImg.h"#include "file.h"#include "points.h"#include "datatypedef.h"#include "tecplotwriter.h"#include "colormaps.h"#include "BoundingBox.hpp"

Go to the source code of this file.
Classes | |
| class | metric |
Functions | |
| void | print_metrics () |
| Sample Correlation Coefficient. More... | |
| metric * | metric_select (int m, std::vector< points * > dss1, std::vector< points * > dss2, int var_ds1, int var_ds2, ofstream &outfile, string outprefix) |
| metric* metric_select | ( | int | m, |
| std::vector< points * > | dss1, | ||
| std::vector< points * > | dss2, | ||
| int | var_ds1, | ||
| int | var_ds2, | ||
| ofstream & | outfile, | ||
| string | outprefix | ||
| ) |
Definition at line 1194 of file metric.cpp.
Referenced by compareFiles().

| void print_metrics | ( | ) |
Sample Correlation Coefficient.
Get the average of the var_ds1 variable in dataset 1
Definition at line 1161 of file metric.cpp.
References i.
Referenced by printUsage().
