hac
Version:
Hierarchical agglomerative clustering
38 lines (37 loc) • 970 B
JSON
{
"name": "hac",
"version": "1.0.7",
"description": "Hierarchical agglomerative clustering",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/roackb2/hac.git"
},
"keywords": [
"hac",
"clustering",
"IR",
"Hierarchical agglomerative clustering",
"Hierarchical clustering",
"information retrieval"
],
"author": "Jay Liang <roackb2@gmail.com> (https://www.facebook.com/profile.php?id=1391931108)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roackb2/hac/issues"
},
"homepage": "https://github.com/roackb2/hac",
"dependencies": {
"bin-tree": "roackb2/bin-tree",
"es6-shim": "^0.34.1",
"feature-selector": "roackb2/feature-selector",
"heap": "roackb2/heap",
"lodash": "^3.10.1",
"natural": "^0.2.0",
"node-uuid": "^1.4.2",
"stringify": "roackb2/stringify"
}
}