eval_Cluster {FEAST} | R Documentation |
Calculate the a series of the evaluation statistics.
eval_Cluster(vec1, vec2)
vec1 |
a vector. |
vec2 |
a vector. x and y are with the same length. |
a vector of evaluation metrics
vec2 = vec1 = rep(1:4, each = 100) vec2[1:10] = 4 acc = eval_Cluster(vec1, vec2)