View source: R/postProcess.DPMMclust.R
| postProcess.DPMMclust | R Documentation |
Post-processing Dirichlet Process Mixture Models results to get a mixture distribution of the posterior locations
postProcess.DPMMclust(
x,
burnin = 0,
thin = 1,
gs = NULL,
lossFn = "F-measure",
K = 10,
...
)
x |
a |
burnin |
integer giving the number of MCMC iterations to burn (defaults is half) |
thin |
integer giving the spacing at which MCMC iterations are kept.
Default is |
gs |
optional vector of length |
lossFn |
character string specifying the loss function to be used. Either "F-measure" or "Binder" (see Details). Default is "F-measure". |
K |
integer giving the number of mixture components. Default is |
... |
further arguments passed to or from other methods |
The cost of a point estimate partition is calculated using either a pairwise coincidence loss function (Binder), or 1-Fmeasure (F-measure).
a list:
burnin: |
an integer passing along the |
thin: |
an integer passing along the |
lossFn: |
a character string passing along the |
point_estim: |
|
loss: |
|
index_estim: |
Boris Hejblum
similarityMat summary.DPMMclust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.