getNumVertices {sBIC}R Documentation

Maximum number of vertices.

Description

A private method for LatentForests that computes the number of vertices a tree with this$getNumLeaves() number of leaves has.

Usage

getNumVertices(this)

## S3 method for class 'LatentForests'
getNumVertices(this)

Arguments

this

the LatentForests object.


[Package sBIC version 0.2.0 Index]