meu_uv: meu_uv: Part of DCEM package.

Description Usage Arguments Value

View source: R/dcem_init_uv.R

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

1
2
# 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.


DCEM documentation built on Jan. 16, 2022, 1:07 a.m.