An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
nova 9c23884190 Added Readme 4 lat temu
src/com first commit 4 lat temu
.classpath first commit 4 lat temu
.gitignore first commit 4 lat temu
.project first commit 4 lat temu
ID3.iml first commit 4 lat temu
Readme.md Added Readme 4 lat temu
SplitDataSet.cl first commit 4 lat temu
SumReduction.cl first commit 4 lat temu
pom.xml first commit 4 lat temu
programSource.cl first commit 4 lat temu
properties.txt first commit 4 lat temu

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.