forked from willkurt/ID3-Decision-Tree
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript Implementation of the ID3 Decision Tree algorithm with some basic visualization
License
Tahlil/ID3-Decision-Tree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ID3.js This is an example implementation of the ID3 decision tree algorithm http://en.wikipedia.org/wiki/ID3_algorithm In the example the tree is only doing binary classification but is also capable of handling n-ary classification, as well an non-binary feature values. main.html gives a visualization of the output tree See the project at: http://willkurt.github.com/ID3-Decision-Tree/ This project is licensed under The MIT License http://opensource.org/licenses/MIT
About
JavaScript Implementation of the ID3 Decision Tree algorithm with some basic visualization
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Roff 70.1%
- JavaScript 17.2%
- HTML 8.9%
- Ruby 3.8%