Programs to improve some features in Weka.
- Install Weka or download
weka.jarfrom https://waikato.github.io/weka-wiki/downloading_weka/
-
Program to append multiple
.arfffiles to one.arfffile since Weka only supports appending 2 files -
-
Requirements:
- Java Runtime Environment
-
Download the
.exe(Windows Executable) file -
Open a terminal with the working directory set to the location of the
.exefile -
Syntax:
append_multiple.exe 1.arff 2.arff 3.arff 4.arff outputfile.arff -
Use only the filenames of the
.arfffiles without the path -
Follow the on screen instructions
-
Requirements:
- Java Runtime Environment
- Python 3.9
- For Windows https://www.python.org/downloads/ is recommended
-
Download the
.py(Python Source Code) file -
Open a terminal with the working directory set to the location of the
.pyfile -
Syntax:
python append_multiple.py 1.arff 2.arff 3.arff 4.arff outputfile.arff -
Use only the filenames of the
.arfffiles without the path -
Wrap filename in double quotes if it contains spaces
-
Follow the on screen instructions
-
- auto-py-to-exe is used for compiling the program to a .exe file