GenRanStarts | R Documentation |
Generate random starts
GenRanStarts(
RanStarts,
nClus,
nBlocks,
ARIlim = 0.2,
itmax = 1000,
verbose = FALSE
)
RanStarts |
number of randomstarts to generate |
nClus |
number of clusters |
nBlocks |
number of objects |
ARIlim |
maximal value of adjusted Rand Index |
itmax |
maximum number of iterations used to find suitable random starts |
verbose |
boolean that indicates whether the output should be printed on the console |
a list where the first element is a matrix with random starts, second element all pairwise ARIs #'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.