setData.LatentForests {sBIC} | R Documentation |
Set data for the latent forest models.
Description
Sets the data to be used by the latent forest models models for computing MLEs.
Usage
## S3 method for class 'LatentForests'
setData(this, data)
Arguments
this |
the LatentForests object. |
data |
the data to be set, should matrix of observed values where each row corresponds to a single sample. |
[Package sBIC version 0.2.0 Index]