#include "metric.h"
Go to the source code of this file.
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().
