Description Usage Arguments Value Examples
Accessor for Hyperparameters object for a MixtureModel-derived object
Replace the hyperparameters for a MixtureModel
-derived object
1 2 3 4 5 6 7 8 9 | hyperParams(object)
hyperParams(object) <- value
## S4 method for signature 'MixtureModel'
hyperParams(object)
## S4 replacement method for signature 'MixtureModel,Hyperparameters'
hyperParams(object) <- value
|
object |
see |
value |
an object of class 'Hyperparameters' |
The Hyperparameters of a MixtureModel
1 2 3 4 5 | hyperParams(SingleBatchModelExample)
hypp <- Hyperparameters(type="marginal",
k=k(SingleBatchModelExample),
alpha=c(9, 9, 10))
hyperParams(SingleBatchModelExample) <- hypp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.