An implementation of the ID3 Decision Tree algorithm in Java from scratch.
Go to file
2020-01-18 22:11:47 +05:30
src/com first commit 2020-01-18 22:11:47 +05:30
.classpath first commit 2020-01-18 22:11:47 +05:30
.gitignore first commit 2020-01-18 22:11:47 +05:30
.project first commit 2020-01-18 22:11:47 +05:30
ID3.iml first commit 2020-01-18 22:11:47 +05:30
pom.xml first commit 2020-01-18 22:11:47 +05:30
programSource.cl first commit 2020-01-18 22:11:47 +05:30
properties.txt first commit 2020-01-18 22:11:47 +05:30
SplitDataSet.cl first commit 2020-01-18 22:11:47 +05:30
SumReduction.cl first commit 2020-01-18 22:11:47 +05:30