Content deleted Content added
Larry.europe (talk | contribs) No edit summary |
|||
Line 374:
* [http://pgxn.org/dist/kmeans/ PostgreSQL extension for ''k''-means]
* [http://graphlab.org/toolkits/clustering/ CMU's GraphLab Clustering library] [[GraphLab]] Efficient multicore implementation for large scale data.
* [http://www.philippe-fournier-viger.com/spmf/ SPMF] is a Java open-source data mining library offering a fast implementation of K-Means with various distance measures and more than 80 other algorithms. It is distributed under the GPLv3 license and can be easily integrated in other Java software or used as a standalone program.
* [[Torch (machine learning)|Torch]] contains an ''unsup'' package that provides ''k''-means clustering.
* [[Weka (machine learning)|Weka]] contains ''k''-means and a few variants of it, including ''k''-means++ and ''x''-means.
|