View source: R/movMF_reduce_partitional.R
movMF_reduce_partitional | R Documentation |
When given parameters of the von Mises-Fisher mixture model, this function aims at mixture model reduction using a partitional method.
movMF_reduce_partitional(
means,
concentrations,
weights,
target.num = 2,
method = c("hclust", "kmedoids")
)
means |
a |
concentrations |
a |
weights |
a |
target.num |
a desired number of components after reduction. Default is 2. |
method |
a clustering method to be used. Default is "hclust". |
a named list of the reduced mixture model containing
a (\code{target.num} \times p)
matrix of means of the von Mises-Fisher components.
a \code{target.num}
vector of concentrations of the von Mises-Fisher components.
a \code{target.num}
vector of weights of the von Mises-Fisher components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.