An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
nova 9c23884190 Added Readme pirms 4 gadiem
src/com first commit pirms 4 gadiem
.classpath first commit pirms 4 gadiem
.gitignore first commit pirms 4 gadiem
.project first commit pirms 4 gadiem
ID3.iml first commit pirms 4 gadiem
Readme.md Added Readme pirms 4 gadiem
SplitDataSet.cl first commit pirms 4 gadiem
SumReduction.cl first commit pirms 4 gadiem
pom.xml first commit pirms 4 gadiem
programSource.cl first commit pirms 4 gadiem
properties.txt first commit pirms 4 gadiem

Readme.md

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.