View source: R/GenerateRandomClustering.R
GenerateRandomClustering | R Documentation |
Internal function for CICA package
GenerateRandomClustering(nElement, nClust, Prob = NULL)
nElement |
a positive integer number of elements to be clusterd |
nClust |
a positive integer: Number of clusters |
Prob |
numeric vector: Portion of elements in each cluster |
a numeric vector indicating the clustering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.