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
- Host: GitHub
- URL: https://github.com/dansnow/decisiontree
- Owner: DanSnow
- Created: 2015-12-27T05:03:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T04:01:33.000Z (over 8 years ago)
- Last Synced: 2025-02-10T11:33:20.510Z (3 months ago)
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 )