meu_uv {DCEM} | R Documentation |
This function is internally called by the dcem_train to initialize the meu(s). It randomly selects the meu(s) from the range min(data):max(data).
# Randomly seeding the meu.
meu_uv(data, num_meu)
data |
(matrix): The dataset provided by the user. |
num_meu |
(number): The number of meu. |
A vector containing the selected samples from the dataset.