Go to file
2024-03-18 19:59:09 -05:00
data Moved arff files to data folder 2024-03-18 15:02:24 -05:00
src Added print function for outputting database and attributes 2024-03-18 19:52:05 -05:00
.gitignore Add gitignore for cmake build 2024-03-18 15:13:40 -05:00
CMakeLists.txt Added CMake building for current and future of project 2024-03-18 15:15:10 -05:00
README.md New repository name and fixed exec path 2024-03-18 19:59:09 -05:00

arff-mining

Compiling the project

Prerequisites

  • C++11

In order to compile the project, simply run these two commands:

cmake -B build -S .
cmake --build build

Running the Project

The programs should now be compiled at ./build/bin/

ARFF:

build/bin/arff