An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Você não pode selecionar mais de 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 4 anos atrás
src/com first commit 4 anos atrás
.classpath first commit 4 anos atrás
.gitignore first commit 4 anos atrás
.project first commit 4 anos atrás
ID3.iml first commit 4 anos atrás
Readme.md Added Readme 4 anos atrás
SplitDataSet.cl first commit 4 anos atrás
SumReduction.cl first commit 4 anos atrás
pom.xml first commit 4 anos atrás
programSource.cl first commit 4 anos atrás
properties.txt first commit 4 anos atrás

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.