Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 587 Bytes

Graphical Implemetation of ID3 Algorithm for Decision Tree Generation developed using JavaScript in HTML5 Canvas.

  • Data are to be entered in a Table.
  • Decision Tree are generated based on the data.

NOTES:

  • accurate results are not assured, especially with continious Data.
  • made from scratch, performace not good.
  • made as a fun project.
  • updates and suggestions are welcomed :)

Live at:

Decision Tree

Example Output

![alt tag](https://raw.github.com/SushantKafle/DecisionTree/master/example.png)