getModelWithSupport {sBIC}R Documentation

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)

## S3 method for class 'LatentForests'
getModelWithSupport(this, support)

Arguments

this

the LatentForests object.

support

the 0-1 vector representing the support.


[Package sBIC version 0.2.0 Index]