View source: R/evaluation_functions.R
get_index_per_layer | R Documentation |
Calculate the similarity between each layer of initial cluster tree and find MRTree results
get_index_per_layer(labelmat1, labelmat2, index.name = "ari")
labelmat1 |
n-by-m matrix, label matrix for cluster tree 1 |
labelmat2 |
n-by-m matrix, label matrix for cluster tree 2 |
index.name |
string indicates the type of index to evaluate, one of c('ari','hamming', 'ami','amri') |
a numeric vector of length m, index per layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.