This function is internally called by the dcem_train to initialize the meu(s). 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.
# Seeding the meu using the K-means++ implementation.
meu_uv_impr(data, num_meu)
(matrix): The dataset provided by the user.
(number): The number of meu.
A vector containing the selected samples from the dataset.