An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
nova 9c23884190 Added Readme 4 лет назад
src/com first commit 4 лет назад
.classpath first commit 4 лет назад
.gitignore first commit 4 лет назад
.project first commit 4 лет назад
ID3.iml first commit 4 лет назад
Readme.md Added Readme 4 лет назад
SplitDataSet.cl first commit 4 лет назад
SumReduction.cl first commit 4 лет назад
pom.xml first commit 4 лет назад
programSource.cl first commit 4 лет назад
properties.txt first commit 4 лет назад

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.