JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q31183F

Decision Tree

Package Exports

  • simpledt

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simpledt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.