Go to file
2024-04-17 21:03:49 -05:00
data Moved arff files to data folder 2024-03-18 15:02:24 -05:00
src oneR: got it working with weather, others are wrong, need to find problem 2024-04-17 21:03:49 -05:00
.gitignore gitignore: don't track clang cache files 2024-04-17 14:33:00 -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