Skip to content

SushantKafle/DecisionTree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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)

About

Implementation of Decision Tree Learning Method called ID3 Algorithm using Javascript in HTML5 Canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published