simpledt
v0.0.2
Published
Decision Tree
Downloads
2
Maintainers
Readme
SimpleDT
Decision Tree algorithm implementation, for Node.js and browser.
Installation
Via npm on Node:
npm install simpledt
Usage
Reference in your program:
var sg = require('simpledt');
TBD
Development
git clone git://github.com/ajlopez/SimpleDT.git
cd SimpleDT
npm install
npm test
References
- C 4.5 Programs for Machine Learning, J Ross Quinlan (Internal Reference: Lib)
Samples
TBD
Versions
- 0.0.1 Published
- 0.0.1 Manage numeric values
License
MIT
Contribution
Feel free to file issues and submit pull requests � contributions are welcome<
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.