Go to file
2024-04-17 13:53:21 -05:00
data Moved arff files to data folder 2024-03-18 15:02:24 -05:00
src arff: fixed soybean due to capitalization differences 2024-04-08 18:03:46 -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 oneR: update README for oneR 2024-04-17 13:53:21 -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

One Rule:

build/bin/onerule