kmeans-js
Version:
Simple Javascript implementation of the k-means algorithm, for node.js and the browser
30 lines (24 loc) • 641 B
JSON
{
"name": "kmeans-js",
"version": "0.1.2",
"description": "Simple Javascript implementation of the k-means algorithm, for node.js and the browser",
"keywords": [
"k-means",
"kmeans",
"machine learning",
"ml",
"clustering"
],
"author": "Emil Bay <melgaard@tixz.dk>",
"devDependencies": {
"coffee-script": "latest",
"docco": "latest",
"mocha": "latest",
"should": "latest"
},
"main": "kMeans",
"repository": "https://github.com/tixz/kmeans.js",
"engines": {
"node": "*"
}
}