An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
nova 9c23884190 Added Readme há 4 anos
src/com first commit há 4 anos
.classpath first commit há 4 anos
.gitignore first commit há 4 anos
.project first commit há 4 anos
ID3.iml first commit há 4 anos
Readme.md Added Readme há 4 anos
SplitDataSet.cl first commit há 4 anos
SumReduction.cl first commit há 4 anos
pom.xml first commit há 4 anos
programSource.cl first commit há 4 anos
properties.txt first commit há 4 anos

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.