An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
nova 9c23884190 Added Readme il y a 4 ans
src/com first commit il y a 4 ans
.classpath first commit il y a 4 ans
.gitignore first commit il y a 4 ans
.project first commit il y a 4 ans
ID3.iml first commit il y a 4 ans
Readme.md Added Readme il y a 4 ans
SplitDataSet.cl first commit il y a 4 ans
SumReduction.cl first commit il y a 4 ans
pom.xml first commit il y a 4 ans
programSource.cl first commit il y a 4 ans
properties.txt first commit il y a 4 ans

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.