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

@@ -8,8 +8,8 @@
#include <string>
#include <iostream>
#include "gtest/gtest.h"
#include "ArffFiles.h"
#include "../BinDisc.h"
#include <ArffFiles.hpp>
#include "BinDisc.h"
#include "Experiments.hpp"
namespace mdlp {