View source: R/LatentForests.R
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()
| 1 2 3 4 | getModelWithSupport(this, support)
## S3 method for class 'LatentForests'
getModelWithSupport(this, support)
 | 
| this | the LatentForests object. | 
| support | the 0-1 vector representing the support. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.