Aggiustati include
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#ifndef CSV_H
|
||||
#define CSV_H
|
||||
|
||||
#define DATA_PATH std::string("./../../data/")
|
||||
|
||||
class CSVProcessor {
|
||||
@@ -19,4 +22,6 @@ public:
|
||||
// Getter for data
|
||||
const std::vector<std::vector<float>>& getData() const;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user