Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 3 of 3 found.
[1] < 1 > [1]  Sort:

print.Ckmeans.1d.dp (Package: Ckmeans.1d.dp) : Print Results from Ckmeans.1d.dp

Print the result returned from Ckmeans.1d.dp
● Data Source: CranContrib
● Keywords:
● Alias: print.Ckmeans.1d.dp
● 0 images

Ckmeans.1d.dp-package (Package: Ckmeans.1d.dp) :

The Ckmeans.1d.dp algorithm clusters 1-D data given by a numeric vector x into k groups by dynamic programming (Wang and Song, 2011). It guarantees the optimality of clustering – the total of within-cluster sum of squares is always the minimum given the number of clusters. In contrast, heuristic k-means algorithms may be non-optimal or inconsistent from run to run. Apart from sorting in log-linear time, clustering contributes only linear in number of clusters and log-linear in sample size, comparable to heuristic k-means when no-restart is allowed. It is practical for Ckmeans.1d.dp to cluster millions of sample points within seconds using a single processor on a recent desktop computer.
● Data Source: CranContrib
● Keywords: package
● Alias: Ckmeans.1d.dp-package
● 0 images

Ckmeans.1d.dp (Package: Ckmeans.1d.dp) : Optimal and Fast Univariate var{k

Perform optimal and fast univariate k-means clustering by dynamic programming and divide-and-conquer.
● Data Source: CranContrib
● Keywords:
● Alias: Ckmeans.1d.dp
3 images