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,10 +12,10 @@
#include <cstring>
#include <getopt.h>
#include <torch/torch.h>
#include "../Discretizer.h"
#include "../CPPFImdlp.h"
#include "../BinDisc.h"
#include "../tests/ArffFiles.h"
#include <ArffFiles.hpp>
#include "Discretizer.h"
#include "CPPFImdlp.h"
#include "BinDisc.h"
const string PATH = "tests/datasets/";