https://github.com/kelvink96/decisiontree
A simple algorithm to detect few diseases based on a set of symptoms
https://github.com/kelvink96/decisiontree
Last synced: 3 months ago
JSON representation
A simple algorithm to detect few diseases based on a set of symptoms
- Host: GitHub
- URL: https://github.com/kelvink96/decisiontree
- Owner: kelvink96
- License: mit
- Created: 2018-08-08T08:25:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:45:56.000Z (about 6 years ago)
- Last Synced: 2025-01-22T13:39:29.507Z (5 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DecisionTree
A simple decision tree algorithm that helps detect what a person may be ailing
from based on a prespecified set of sysmptoms.
Diseases included for this test run are Chicken pox, Hepatitis, Dengue Fever
and Influena(Flu).