An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
nova 9c23884190 Added Readme 4 år sedan
src/com first commit 4 år sedan
.classpath first commit 4 år sedan
.gitignore first commit 4 år sedan
.project first commit 4 år sedan
ID3.iml first commit 4 år sedan
Readme.md Added Readme 4 år sedan
SplitDataSet.cl first commit 4 år sedan
SumReduction.cl first commit 4 år sedan
pom.xml first commit 4 år sedan
programSource.cl first commit 4 år sedan
properties.txt first commit 4 år sedan

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.