getModelWithSupport: Get model with the given support.

Description Usage Arguments

View source: R/LatentForests.R

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

1
2
3
4
getModelWithSupport(this, support)

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

Arguments

this

the LatentForests object.

support

the 0-1 vector representing the support.


sBIC documentation built on May 2, 2019, 4:16 a.m.