simpledt

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i simpledt

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • ajlopez