Description Usage Arguments Value
This is an Rcpp implementation of the hc function from the mclust package. This will be used while implementing the Mclust function.
1 | hc_fn(x)
|
x |
A (n x d) matrix of observed data |
A numeric two-column matrix in which the ith row gives the minimum index for observations in each of the two clusters merged at the ith stage of agglomerative hierarchical clustering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.