An implementation of the ID3 Decision Tree algorithm in Java from scratch.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.