Description Usage Arguments Value Examples
View source: R/Cluster_Evaluation.R
Calculate the a series of the evaluation statistics.
1 | eval_Cluster(vec1, vec2)
|
vec1 |
a vector. |
vec2 |
a vector. x and y are with the same length. |
a vector of evaluation metrics
1 2 3 | vec2 = vec1 = rep(1:4, each = 100)
vec2[1:10] = 4
acc = eval_Cluster(vec1, vec2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.