meu_uv: meu_uv: Part of DCEM package.
Description
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).
Usage
# Randomly seeding the meu.
meu_uv(data, num_meu)
Arguments
data
(matrix): The dataset provided by the user.
num_meu
(number): The number of meu.
Value
A vector containing the selected samples from the dataset.