powered by
Internal function that checks the initial labels are the correct type.
checkLabels(labels, K)
No return value, called for side effects.
Vector of initial labels for a view in ``callMDI``.
Number of components modelled.
N <- 20 K <- 3 labels <- sample(seq(1, K), replace = TRUE, size = N) checkLabels(labels, K)
Run the code above in your browser using DataLab