Description Usage Arguments Value Examples
This function computes the average normalized n-cut of a clustering.
1 |
g |
graph object of class |
clusters |
vector of size |
verb |
boolean value: if |
ignore.zero |
boolean value: if |
integer: the average normalized n-cut of a clustering.
1 2 3 | g = generateEdgeList(n=1000)
res = ML_RMCL(g)
avgNcut(g, res, verb = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.