JavaScript 中的 k-means:
http://code.google .com/p/hdict/source/browse/gae/files/kmeans.js
http://www.mymessedupmind.co.uk/index.php/javascript-k-mean-algorithm
小程序:
http://www.math.le.ac.uk/people/ag153/homepage/KmeansKmedoids/kmeans.jar
k-means in Javascript:
http://code.google.com/p/hdict/source/browse/gae/files/kmeans.js
Applet:
在节点和浏览器中:
https://github.com/harthur/clusterfck
您可以选择 <使用这些距离函数的strong>k-means或层次聚类:
In node and the browser:
You have a choice between k-means or hierarchical clustering with these distance functions:
简单的 K 均值实现: dimas-kmeans
var kmeans = require('dimas-kmeans') var clusters = kmeans.getClusters(data);
Simple K-Means implementation: dimas-kmeans
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
JavaScript 中的 k-means:
http://code.google .com/p/hdict/source/browse/gae/files/kmeans.js
http://www.mymessedupmind.co.uk/index.php/javascript-k-mean-algorithm
小程序:
http://www.math.le.ac.uk/people/ag153/homepage/KmeansKmedoids/kmeans.jar
k-means in Javascript:
http://code.google.com/p/hdict/source/browse/gae/files/kmeans.js
http://www.mymessedupmind.co.uk/index.php/javascript-k-mean-algorithm
Applet:
http://www.math.le.ac.uk/people/ag153/homepage/KmeansKmedoids/kmeans.jar
在节点和浏览器中:
https://github.com/harthur/clusterfck
您可以选择 <使用这些距离函数的strong>k-means或层次聚类:
In node and the browser:
https://github.com/harthur/clusterfck
You have a choice between k-means or hierarchical clustering with these distance functions:
简单的 K 均值实现:
dimas-kmeans
Simple K-Means implementation:
dimas-kmeans