gmmWeights-class {gmm4} | R Documentation |
"gmmWeights"
The "gmmWeights"
is an object used to compute different values
like the objective function, covariance matrix, etc.
Objects can be created by calls of the form new("gmmWeights", ...)
.
The method evalWeights
is the constructor.
w
:Object of class "ANY"
~~
type
:Object of class "character"
~~
wSpec
:Object of class "list"
~~
signature(object = "gmmModels", theta = "numeric", wObj = "gmmWeights")
: ...
signature(x = "matrixORnumeric", w = "gmmWeights")
: ...
signature(object = "allNLGmm", wObj = "gmmWeights")
: ...
signature(object = "linearGmm", wObj = "gmmWeights")
: ...
showClass("gmmWeights")