simpledt
Version:
Decision Tree
30 lines (29 loc) • 580 B
JSON
{
"name": "simpledt",
"description": "Decision Tree",
"keywords": [
"decisiontree",
"machinelearning",
"browser",
"nodejs"
],
"version": "0.0.2",
"author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)",
"repository": {
"type": "git",
"url": "git://github.com/ajlopez/SimpleDT.git"
},
"main": "./lib/simpledt.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "simpleunit test"
},
"dependencies": {
"simplelists": "0.0.5"
},
"devDependencies": {
"simpleunit": "0.0.7"
}
}