docs/01-data.md

Data module

This module enables to load a dataset to be analyzed, which provides the results of a set of N methods over an ensemble of M systems, and a set of reference values to assess the errors.

The expected datafile format is a csv file organized as follows:

"Names","Ref","Meth1","Meth2", ... ,"MethN"
"Syst1",  0.1,    0.2,    0.3, ... ,   0.4
...
"SystM",  0.5,    0.6,    0.7, ... ,   0.8

where the 1st column contains the systems names, the 2nd column the reference values, and the following column the results for the methods to be assessed. The first line should be a header containing the tags "Names, "Ref", and the names of the N methods.

Controls



ppernot/ErrView documentation built on Jan. 30, 2022, 6:59 a.m.