๐Ÿ“ฆ yjhjstz / node-irf

๐Ÿ“„ package.json ยท 59 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59{
  "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"
  }
}