https://github.com/cobyj33/decision-tree-visualizer
A visualization of the training of 2D data points of different colors through Decision Trees
https://github.com/cobyj33/decision-tree-visualizer
binary-tree data-science decision-tree decision-trees school-project
Last synced: 9 months ago
JSON representation
A visualization of the training of 2D data points of different colors through Decision Trees
- Host: GitHub
- URL: https://github.com/cobyj33/decision-tree-visualizer
- Owner: cobyj33
- Created: 2022-02-18T22:50:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T02:58:53.000Z (about 3 years ago)
- Last Synced: 2025-03-06T17:34:02.925Z (over 1 year ago)
- Topics: binary-tree, data-science, decision-tree, decision-trees, school-project
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decision Tree Visualizer
A little computer science project for decision trees done the day before it was due.
Dynamically training and retraining Decision Tree that predicts how data will be distributed based on training points
Build with Apache Ant by running the "ant" command in the terminal from the project's root directory with Apache Ant installed. A jar file "dist/Decision-Tree-Visualizer.jar" should then appear and be executable.
The program misses a lot of quality of life issues, like erasing points, showing point coordinates, etc.... But I did what I had to do for the grade (•‿•)


