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.