Initialize the meu(s) by randomly selecting the samples from the dataset. It uses the proposed implementation from K-means++: The Advantages of Careful Seeding, David Arthur and Sergei Vassilvitskii. URL http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf.
# Randomly seeding the meu.
meu_mv_impr(data, num_meu)
(matrix): The dataset provided by the user.
(numeric): The number of meu.
A matrix containing the selected samples from the dataset.