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] Fix algorithm that calculates nodes' x positions #76

Closed danieldf01 closed 3 months ago

danieldf01 commented 3 months ago

Fix the algorithm that calculates nodes' x positions so that the nodes don't go out of bounds on the right side. Either replace the current algorithm with the "Buchheim" algorithm (https://link.springer.com/content/pdf/10.1007/3-540-36151-0_32.pdf) or simply edit the current one to fix the error