Description Usage Arguments Value
This function estimates the cluster membership reliability using aREA
1 2 3 4 5 6 | clusterReliability(
cluster,
similarity,
xlim = NULL,
method = c("element", "cluster", "global")
)
|
cluster |
Vector of cluster memberships or list of cluster memberships |
similarity |
Similarity matrix |
xlim |
Optional vector of 2 components indicating the limits for computing AUC |
method |
Character string indicating the mthod to compute reliability, either by element, by cluster or global |
Reliability score for each element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.