Description Usage Arguments Value
Compute the Davies-Bouldin index for a pca clustering. This is used to quantify how much groups are taken away in PCA space.
1 |
pca |
A pca object. |
PC |
Which PCs should be used to compute the DB index. Consider only a few components to use only leading trends in data. |
PCvar |
If provided, replace PC. Instead of using a given set of PC, will use as many as necessary to reach PCvar percentage of explained variance. |
labels.pca |
A data.table or character matrix with a number of rows equal to the number of time series used in pca. Each column contains a different label for the associated trajectory. Note that column names must |
label.cluster |
be provided. |
A numeric, the Davies-Bouldin index of the clustering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.