createSimilarityMat | R Documentation |
Constructs a similarity matrix comparing all points clustering across the iterations.
createSimilarityMat(cluster_record)
cluster_record |
Matrix of label assignment for data across iterations. |
A symmetric n x n matrix (for n rows in cluster record) describing the fraction of iterations for which each pairwise combination of points are assigned the same label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.