https://github.com/vanities/id3_tree
Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset.
https://github.com/vanities/id3_tree
Last synced: 12 months ago
JSON representation
Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset.
- Host: GitHub
- URL: https://github.com/vanities/id3_tree
- Owner: vanities
- Created: 2018-03-22T23:50:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T22:13:21.000Z (over 8 years ago)
- Last Synced: 2025-03-04T06:44:45.518Z (over 1 year ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ID3_Tree
Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset
Using the Iris data set to set up a binary split on a decision tree to solve the classification problem between three different iris species.
1. compile the project with:
```make```
2. run the code, where:
```./id3 training_data testing_data```
or just execute to run multiple tests:
```./script.sh```