meu_mv: meu_mv: Part of DCEM package.

Description Usage Arguments Value

View source: R/dcem_init_mv.R

Description

Initialize the meus(s) by randomly selecting the samples from the dataset. This is the default method for initializing the meu(s).

Usage

1
2
# Randomly seeding the mean(s).
meu_mv(data, num_meu)

Arguments

data

(matrix): The dataset provided by the user.

num_meu

(numeric): The number of meu.

Value

A matrix containing the selected samples from the dataset.


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