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] Rework the node design #48

Closed danieldf01 closed 6 months ago

danieldf01 commented 6 months ago

Rework the design of the nodes so that they not only display the attribute or class name but all the relevant values. In the end, it should look somewhat like this (in regards to the displayed values): image

danieldf01 commented 6 months ago

The reworked design: image

They were created as svg symbols/templates so that they can be used in different sizes later but still with the components in the same relative positions to each other.

danieldf01 commented 6 months ago

The updated design: image