Skip to content

dav1d337/id3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID3 Implementation

  • Main.java will execute the ID3 Algorithm for the given CSV-File (given as system argument) and prints the resulting DecisionTree to the console. Additionally, it will create a .dot in the project folder which can be converted to a .png by using https://www.graphviz.org/
  • You can change the target attribute for classification in the second parameter of runAlgorithm() call.

About

Machine Learning algorithm to create a decision tree based on a csv file. Java implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages