Description Usage Arguments Value Examples
This function evaluates the quality of a clustering when a ground truth clustering is available. It computes the percentage of mismatched nodes when matching the clusters.
1 | clusterEval(x, y, verb = TRUE, perf = FALSE)
|
x |
vector of size |
y |
vector of size |
verb |
boolean value: if |
perf |
boolean value: if |
integer: percentage of correctly matched nodes when comparing the two clustering x
and y
.
1 2 3 | g = generateEdgeList(n=1000)
res = ML_RMCL(g)
clusterEval(g$clusters, res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.