@hackage kmeans-vector0.2
An implementation of the kmeans clustering algorithm based on the vector package
Categories
License
BSD-3-Clause
Maintainer
Alp Mestanogullari <alpmestan@gmail.com>
Links
Versions
Installation
Dependencies (2)
Dependents (1)
@hackage/acme-everything
Provides a simple (but efficient) implementation of the k-means clustering algorithm. The goal of this algorithm is to, given a list 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).
CHANGELOG
kmeans-vector-0.2 supports having feature vectors associated to objects, and thus computing kmeans on these vectors, letting you recover the initial objects.