Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

H00N24/IA080-classifiers-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IA080-classifiers-comparison

IA080 Knowledge discovery seminar

Quick guide

$ cd data/extra-data/ && unzip *.zip && cd ../..
$ cd data/metal-data/ && unzip *.zip && cd ../..
$ cd data/weapon-data/ && bash download_data.sh && unzip *.zip && cd ../..
$
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ cd src
$ python runner.py 2>/dev/null > output/my_output.csv
$ nice -n 15 taskset -c 5-6 \time -v -o time_stats.txt python runnner.py > output/aura_output.csv

XCDG data generator

In the /generator folder you can find the XCDG.jar along with example input files used for the creation of data in /extra-data. The generator can be called from the command line with

java -jar XCDG.jar input.xml output.data

Or you can output the data in the .csv or .arff format. For further information on XCDG, please refer to the corresponding bachelor thesis, namely chapter 5.