kmndirs | R Documentation |
Perform the k-Mean-Directions Algorithm of Maitra and Ramler (2010, JCGS).
kmndirs(x, k, nrandom = 1000L, maxiter = 10L)
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. |
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")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.