danieldf01 / TFG-decision-trees-sim

The aim of this project has been to build a web application that teaches the concept of decision tree creation algorithms. It contains an Entropy calculator, a Conditional Entropy calculator, and a step-by-step visualization of the ID3 algorithm for creating decision trees.
https://danieldf01.github.io
1 stars 1 forks source link

[Decision Tree prototype] Algorithm for calculating the nodes' positions #46

Closed danieldf01 closed 6 months ago

danieldf01 commented 6 months ago

Create an algorithm that, following the creation of the overall tree structure, calculates the exact position for each node based on how many nodes there are in the tree

danieldf01 commented 6 months ago

Incorporating Bootstrap's responsive design and screen width breakpoints, the page reloads the svg size every time the browser window gets resized and surpasses one of the Bootstrap breakpoints or gets smaller than XS: image

danieldf01 commented 6 months ago

image

danieldf01 commented 6 months ago

It was also tested by adding/removing some nodes/leaves