Move sources to a folder and change ArffFiles files to library

This commit is contained in:
2024-07-04 13:49:15 +02:00
parent 32b956a361
commit 44accc3db1
24 changed files with 69 additions and 224 deletions

View File

@@ -12,7 +12,7 @@
#include<fstream>
#include<vector>
#include<tuple>
#include "../typesFImdlp.h"
#include "typesFImdlp.h"
template <typename T>
void show_vector(const std::vector<T>& data, std::string title)