node-irf
Version:
incremental random forest ensemble classifier (native)
59 lines (58 loc) • 1.2 kB
JSON
{
"name": "node-irf",
"version": "0.2.3",
"keywords": [
"incremental",
"random",
"forest",
"machine",
"learning",
"c++",
"native",
"sparse",
"classifier",
"ensemble",
"supervised"
],
"homepage": "https://github.com/yjhjstz",
"description": "incremental random forest ensemble classifier (native)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/yjhjstz/node-irf"
},
"engines": {
"node": ">=0.6.0"
},
"author": "Carlos Guerreiro <carlos@perceptiveconstructs.com> & Jianghua Yang",
"dependencies": {
"nan": "2.4.0"
},
"devDependencies": {
"carrier": "0.1.7"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": {
"url": "https://github.com/yjhjstz/node-irf"
},
"contributors": [
{
"name": "Jianghua Yang",
"email": "yjhjstz@gmail.com",
"web": "https://alinode.aliyun.com"
},
{
"name": "Carlos Guerreiro",
"email": "cguerreiro@igalia.com",
"web": "http://igalia.com"
}
],
"scripts": {
"test": "cd ./tests && node mushrooms.js"
}
}