kmeans-vector

Version 0.3.2 revision 0 uploaded by AlpMestanogullari.

Package meta

Synopsis
An implementation of the kmeans clustering algorithm based on the vector package
Description

Provides a simple (but efficient) implementation of the k-means clustering algorithm. The goal of this algorithm is to, given a set of n-dimensional points, regroup them in k groups, such that each point gets to be in the group to which it is the closest to (using the center of the group).

Author
Alp Mestanogullari <alpmestan@gmail.com>, Ville Tirronen
Bug reports
https://github.com/alpmestan/kmeans-vector/issues
Category
Math
Copyright
2011-2015 Alp Mestanogullari
Homepage
http://github.com/alpmestan/kmeans-vector
Maintainer
Alp Mestanogullari <alpmestan@gmail.com>
Package URL
n/a
Stability
Experimental

Components