mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-16 16:05:52 +00:00
Update samples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(main)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(sample sample.cpp ArffFiles.cpp ../fimdlp/cppmdlp/Metrics.cpp ../fimdlp/cppmdlp/CPPFImdlp.cpp)
|
||||
add_executable(sample sample.cpp ArffFiles.cpp ../src/fimdlp/cppmdlp/Metrics.cpp ../src/fimdlp/cppmdlp/CPPFImdlp.cpp)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <iomanip>
|
||||
#include "../fimdlp/cppmdlp/CPPFImdlp.h"
|
||||
#include "../src/fimdlp/cppmdlp/CPPFImdlp.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -10,7 +10,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
ArffFiles file;
|
||||
vector<string> lines;
|
||||
string path = "../src/fimdlp/testcpp/datasets/";
|
||||
string path = "../../src/fimdlp/cppmdlp/tests/datasets/";
|
||||
map<string, bool > datasets = {
|
||||
{"mfeat-factors", true},
|
||||
{"iris", true},
|
||||
|
Reference in New Issue
Block a user