| VB-class {HDclust} | R Documentation |
Class "VB" to represent a variable block structure.
Description
An S4 class to represent a variable block structure. To create a new
instance of the class, use vb.
Methods
-
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.
Slots
nbThe number of variable blocks.
dimDimensionality of the data.
bdimAn integer vector specifying dimensionality of each variable block.
numstAn integer vector specifying the number of mixture models in each variable block.
varorderA list of integer vectors specifying the variable order in each variable block.