This package browser is in early development. Mind the rough edges.

r-tglkmeans

Efficient implementation of K-Means++ algorithm

This package provides an efficient implementation of the K-Means++ algorithm. For more information see (1) "kmeans++ the advantages of the k-means++ algorithm" by David Arthur and Sergei Vassilvitskii (2007), Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms, Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, pp. 1027-1035, and (2) "The Effectiveness of Lloyd-Type Methods for the k-Means Problem" by Rafail Ostrovsky, Yuval Rabani, Leonard J. Schulman and Chaitanya Swamy <doi:10.1145/2395116.2395117>.

Installation

Install the latest version of r-tglkmeans as follows:

guix install r-tglkmeans

Or install a particular version:

guix install r-tglkmeans@0.5.5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-tglkmeans about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-tglkmeans'><img src='https://packages.guix.gnu.org/packages/r-tglkmeans/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-tglkmeans/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-tglkmeans)

Example Org:

[[https://packages.guix.gnu.org/packages/r-tglkmeans][https://packages.guix.gnu.org/packages/r-tglkmeans/badges/latest-version.svg]]