An implementation of the ID3 Decision Tree algorithm in Java from scratch.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
nova 9c23884190 Added Readme 4 yıl önce
src/com first commit 4 yıl önce
.classpath first commit 4 yıl önce
.gitignore first commit 4 yıl önce
.project first commit 4 yıl önce
ID3.iml first commit 4 yıl önce
Readme.md Added Readme 4 yıl önce
SplitDataSet.cl first commit 4 yıl önce
SumReduction.cl first commit 4 yıl önce
pom.xml first commit 4 yıl önce
programSource.cl first commit 4 yıl önce
properties.txt first commit 4 yıl önce

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.