mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-16 16:05:52 +00:00
Update c++ sample
This commit is contained in:
@@ -3,4 +3,4 @@ project(main)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(sample sample.cpp ArffFiles.cpp ../fimdlp/Metrics.cpp ../fimdlp/CPPFImdlp.cpp)
|
||||
add_executable(sample sample.cpp ArffFiles.cpp ../fimdlp/cppmdlp/Metrics.cpp ../fimdlp/cppmdlp/CPPFImdlp.cpp)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <iomanip>
|
||||
#include "../fimdlp/CPPFImdlp.h"
|
||||
#include "../fimdlp/cppmdlp/CPPFImdlp.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user