An open API service indexing awesome lists of open source software.

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

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