Description Objects from the Class Slots Methods Examples
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")
: ...
1 | showClass("gmmWeights")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.