GenRanStarts {CICA} | R Documentation |
Generate random starts
Description
Generate random starts
Usage
GenRanStarts(
RanStarts,
nClus,
nBlocks,
ARIlim = 0.2,
itmax = 1000,
verbose = FALSE
)
Arguments
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 |
Value
a list where the first element is a matrix with random starts, second element all pairwise ARIs #'
[Package CICA version 1.1.1 Index]