kmndirs: k-Mean-Directions Clustering

View source: R/kmndirs.R

kmndirsR Documentation

k-Mean-Directions Clustering

Description

Perform the k-Mean-Directions Algorithm of Maitra and Ramler (2010, JCGS).

Usage

kmndirs(x, k, nrandom = 1000L, maxiter = 10L)

Arguments

x

a numeric matrix of data to be clustered.

k

an integer giving the number of clusters.

nrandom

an integer giving the number of random initial clusterings.

maxiter

an integer giving the maximal number of iterations.

References

R. Maitra and Ivan P. Ramler (2010), A k-mean-directions Algorithm for Fast Clustering of Data on the Sphere. Journal of Computational and Graphical Statistics, 19/2, 377–396. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1198/jcgs.2009.08155")}.


kmndirs documentation built on Sept. 3, 2024, 3:01 a.m.

Related to kmndirs in kmndirs...