Skip to content

University project: OOP implementation of a tree augmented naive Bayes classifier

Notifications You must be signed in to change notification settings

artur-ag/tan-bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

University project: OOP implementation of a tree augmented naive Bayes classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages