View source: R/01-predictNearestCluster.R
makeClusterIdsContinuous | R Documentation |
When Mclust is used with e.g. 10 clusters, it can still happen that some clusters are empty In this case we would see a jump in cluster ids e.g. 1,2,5,... To prevent this, we change the cluster ids in the last step.
makeClusterIdsContinuous(column_with_ids)
column_with_ids |
A vector with cluster ids |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.