An implementation of the ID3 Decision Tree algorithm in Java from scratch.
src/com | ||
.classpath | ||
.gitignore | ||
.project | ||
ID3.iml | ||
pom.xml | ||
programSource.cl | ||
properties.txt | ||
Readme.md | ||
SplitDataSet.cl | ||
SumReduction.cl |
An implementation of the ID3 Decision Tree algorithm in Java from scratch.
The application reads data from a mysql database. The algorithm can be run on said data with the click of a button.
There's also a panel which can be use to run predictions using the created model and supplied test data.
Comes with a GUI made with Swing.