Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 546 Bytes

Java implementation of a Tree Augmented Naïve Bayes Classifier. Developed for the course of Object Oriented Programming on Spring Semester of 2014.

Authors: Artur Gonçalves and José Esteves

May 2014

A compiled runnable .jar is provided in the jar folder, with source code included.

Input file format is CSV, defined in POO-requirements.pdf, page 7.

Usage:
java poo.group4.Main [trainfile testfile score]

No arguments: the GUI is opened
3 arguments: filenames of the train and test sets, and one of the two score options: "LL" or "MDL"