#include <groundtruth.h>
Public Attributes | |
int | iteration |
vector< int > | labels |
vector< double > | x_valuesf |
vector< double > | y_valuesf |
Class to accumulate the data from the .txt file
Definition at line 47 of file groundtruth.h.
Number of the iteration
Definition at line 52 of file groundtruth.h.
vector<int> C_DataFromFile::labels |
Vector with all the the labels of one iteration
Definition at line 58 of file groundtruth.h.
vector<double> C_DataFromFile::x_valuesf |
Vector with all the the xx values of one iteration
Definition at line 54 of file groundtruth.h.
vector<double> C_DataFromFile::y_valuesf |
Vector with all the the yy values of one iteration
Definition at line 56 of file groundtruth.h.