setData.GaussianMixtures {sBIC} | R Documentation |
Set data for the gaussian mixture models.
Description
Sets the data to be used by the gaussian mixture models when computing MLEs.
Usage
## S3 method for class 'GaussianMixtures'
setData(this, data)
Arguments
this |
the GaussianMixtures object. |
data |
the data to be set, a matrix where each row corresponds to a single multivariate observation. If the corresponding GaussianMixtures object has ambient dimension 1, then data may be a numeric vector of observations. |
[Package sBIC version 0.2.0 Index]