getSupport: Get support for a given model.

Description Usage Arguments

View source: R/LatentForests.R

Description

Given a model number returns the support of the model. Let E by the matrix of edges returned by this$getAllEdges(), the support is represented by a 0-1 vector v where the ith entry of v is 1 if the ith edge in E is in the model and is 0 otherwise.

Usage

1
2
3
4
getSupport(this, model)

## S3 method for class 'LatentForests'
getSupport(this, model)

Arguments

this

the LatentForests object.

model

the model number.


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