An implementation of the ID3 Decision Tree algorithm in Java from scratch.
src/com | ||
.classpath | ||
.gitignore | ||
.project | ||
ID3.iml | ||
pom.xml | ||
programSource.cl | ||
properties.txt | ||
SplitDataSet.cl | ||
SumReduction.cl |
src/com | ||
.classpath | ||
.gitignore | ||
.project | ||
ID3.iml | ||
pom.xml | ||
programSource.cl | ||
properties.txt | ||
SplitDataSet.cl | ||
SumReduction.cl |