An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
nova 9c23884190 Added Readme vor 4 Jahren
src/com first commit vor 4 Jahren
.classpath first commit vor 4 Jahren
.gitignore first commit vor 4 Jahren
.project first commit vor 4 Jahren
ID3.iml first commit vor 4 Jahren
Readme.md Added Readme vor 4 Jahren
SplitDataSet.cl first commit vor 4 Jahren
SumReduction.cl first commit vor 4 Jahren
pom.xml first commit vor 4 Jahren
programSource.cl first commit vor 4 Jahren
properties.txt first commit vor 4 Jahren

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.