ajlopez / SimpleDT

Decision Tree algorithm implementation, for Node.js and browser. WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Decision Tree algorithm implementation, for Node.js and browser. WIP

License:Other


Languages

Language:JavaScript 99.2%Language:Batchfile 0.8%