Added Readme

This commit is contained in:
nova 2020-07-11 12:31:27 +00:00
parent 9508dda2a3
commit 9c23884190

6
Readme.md Normal file
View File

@ -0,0 +1,6 @@
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. <br>
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.