kmeans-vector-0.1.1: An implementation of the kmeans clustering algorithm based on the vector package

Stabilityexperimental
Maintaineralpmestan@gmail.com

Math.KMeans

Description

An implementation of the k-means clustering algorithm based on the efficient vector package.

Synopsis

Documentation

kmeans :: Int -> [Vector Double] -> [[Vector Double]]Source

Performs the k-means clustering algorithm using trying to use k clusters on the given list of points