@hackage / kmeans-vector

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

Latest0.3.2

About

Metadata

  • Last updated , by AlpMestanogullari
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Alp Mestanogullari <alpmestan@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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).