Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

vireshGehlawat/monksProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monks Problem 1

Java implementation of Decision Trees (ID3 Algorithm) refer http://www2.cs.uregina.ca/~hamilton/courses/831/notes/ml/dtrees/4_dtrees2.html for algorithmic details.

To run the project run the file MonksProblem.java with arguments "TrainingFileName TestFileName"

Running the file MonksProblem.java should all the labels for test data as well as the Precision/Recall numbers. Assume label 1 to be true and 0 to be false and have printed the output in this way.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages