VB-class | R Documentation |
An S4 class to represent a variable block structure. To create a new
instance of the class, use vb
.
show signature(object = "VB") : show parameters of variable blocks structure.
getNb signature(object = "VB") : accessor for 'nb' slot.
getDim signature(object = "VB") : accessor for 'dim' slot.
getBdim signature(object = "VB") : accessor for 'bdim' slot.
getNumst signature(object = "VB") : accessor for 'numst' slot.
getVarorder signature(object = "VB") : accessor for 'varorder' slot.
nb
The number of variable blocks.
dim
Dimensionality of the data.
bdim
An integer vector specifying dimensionality of each variable block.
numst
An integer vector specifying the number of mixture models in each variable block.
varorder
A list of integer vectors specifying the variable order in each variable block.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.