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

https://github.com/dansnow/decisiontree

Decision tree implement with c++ and entropy
https://github.com/dansnow/decisiontree

Last synced: about 2 months ago
JSON representation

Decision tree implement with c++ and entropy

Awesome Lists containing this project

README

        

DecisionTree
============

A decision tree example implement with entropy in C++.

## Depency ##
- C++14
- Boost alogorithm
- Ruby ( For generate decision code )