View source: R/evaluation_metrics.R
cluster_associations | R Documentation |
Association analysis for clustering results
cluster_associations(clusters, association_data)
clusters |
data.frame with columns id and cluster. |
association_data |
data.frame with association variables, rownames
should match with id in |
A data.frame of NMI, ARI and Chi-squared test p-values for categorical variables as well as analysis of variance and kruskal-wallis test p-values for continuous variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.