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.