meu_uv: meu_uv: Part of DCEM package.

View source: R/dcem_init_uv.R

meu_uvR Documentation

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.


DCEM documentation built on April 14, 2026, 9:06 a.m.