https://github.com/sanderploegsma/decision-tree
A decision tree algorithm, tailored to datasets from MLcomp
https://github.com/sanderploegsma/decision-tree
Last synced: 20 days ago
JSON representation
A decision tree algorithm, tailored to datasets from MLcomp
- Host: GitHub
- URL: https://github.com/sanderploegsma/decision-tree
- Owner: sanderploegsma
- License: mit
- Created: 2014-09-01T05:12:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T14:00:42.000Z (about 10 years ago)
- Last Synced: 2025-02-27T19:32:41.605Z (4 months ago)
- Language: Java
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decision Tree implementation in Java
A [decision tree](http://en.wikipedia.org/wiki/Decision_tree_learning) algorithm, tailored to datasets from MLcomp. It uses the [Gini index](http://en.wikipedia.org/wiki/Gini_coefficient) when selecting features.### License
Licensed under the MIT license