test: Refactor tests to new version

This commit is contained in:
2022-12-21 16:42:37 +01:00
parent 036b41a0eb
commit 5925dbd666
8 changed files with 100 additions and 41 deletions

View File

@@ -1,8 +1,8 @@
#include "ArffFiles.h"
#include <iostream>
#include <vector>
#include <iomanip>
#include "../CPPFImdlp.h"
#include "../tests/ArffFiles.h"
using namespace std;
using namespace mdlp;