https://github.com/dansnow/decisiontree
Decision tree implement with c++ and entropy
https://github.com/dansnow/decisiontree
Last synced: 10 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 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T04:01:33.000Z (over 9 years ago)
- Last Synced: 2025-04-05T03:24:09.862Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- 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 )