Learn R Programming

sBIC (version 0.2.0)

getModelWithSupport: Get model with the given support.

Description

Returns the model number corresponding to a given 0-1 vector representing the support of the model. This support should corresponds to the edges returned by this$getAllEdges()

Usage

getModelWithSupport(this, support)
"getModelWithSupport"(this, support)

Arguments

this
the LatentForests object.
support
the 0-1 vector representing the support.