Groupinfo: Group the models according to their Hamming distance and...

Description Usage Arguments Value

View source: R/G_H_info.R

Description

Group the given models

Usage

1
Groupinfo(X, f, p, Anchor.model = NULL)

Arguments

X

A m*p matrix which contains m different p-dimensional models. All the elements are either 0 or 1.

f

A vector with m elements which represent each model's frequency in X.

p

The number of variate in the model

Anchor.model

A vector containing p elements with either 1 or 0 value and must be found in X. Default is the model with the highest frequency.

Value

A summarized information of the grouped models.


VDSM documentation built on April 16, 2021, 9:07 a.m.

Related to Groupinfo in VDSM...