An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
nova 9c23884190 Added Readme 4 anni fa
src/com first commit 4 anni fa
.classpath first commit 4 anni fa
.gitignore first commit 4 anni fa
.project first commit 4 anni fa
ID3.iml first commit 4 anni fa
Readme.md Added Readme 4 anni fa
SplitDataSet.cl first commit 4 anni fa
SumReduction.cl first commit 4 anni fa
pom.xml first commit 4 anni fa
programSource.cl first commit 4 anni fa
properties.txt first commit 4 anni fa

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.