meu_mv {DCEM} | R Documentation |
Initialize the meus(s) by randomly selecting the samples from the dataset. This is the default method for initializing the meu(s).
# Randomly seeding the mean(s).
meu_mv(data, num_meu)
data |
(matrix): The dataset provided by the user. |
num_meu |
(numeric): The number of meu. |
A matrix containing the selected samples from the dataset.