An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
nova 9c23884190 Added Readme před 4 roky
src/com first commit před 4 roky
.classpath first commit před 4 roky
.gitignore first commit před 4 roky
.project first commit před 4 roky
ID3.iml first commit před 4 roky
Readme.md Added Readme před 4 roky
SplitDataSet.cl first commit před 4 roky
SumReduction.cl first commit před 4 roky
pom.xml first commit před 4 roky
programSource.cl first commit před 4 roky
properties.txt first commit před 4 roky

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.