Learn R Programming

⚠️There's a newer version (4.3.5) of this package.Take me there.

Ckmeans.1d.dp (version 3.4.0-1)

Optimal k-Means Clustering for One-Dimensional Data

Description

A dynamic programming algorithm for optimal one-dimensional k-means clustering. The algorithm minimizes the sum of squares of within-cluster distances. As an alternative to heuristic k-means algorithms, this method guarantees optimality and reproducibility. Its advantage in efficiency and accuracy over k-means is increasingly pronounced as the number of clusters k increases.

Copy Link

Version

Install

install.packages('Ckmeans.1d.dp')

Monthly Downloads

20,448

Version

3.4.0-1

License

LGPL (>= 3)

Maintainer

Joe Song

Last Published

May 19th, 2016

Functions in Ckmeans.1d.dp (3.4.0-1)

print.Ckmeans.1d.dp

Print Results from Ckmeans.1d.dp
Ckmeans.1d.dp

Optimal K-means Clustering in One-dimension by Dynamic Programming
Ckmeans.1d.dp-package

Optimal k-Means Clustering in One-dimension by Dynamic Programming