Description Usage Arguments Value Examples
Calculate edge disagreements and probability bounds after k vertices are randomly shuffled in a graph G
1 | kshuffle_mean_sd(k, G, m = 1000)
|
k |
number of shuffled vertices |
G |
graph object (igraph) |
m |
number of random permutations |
A vector of length 4. The first three elements are the mean, sd, and minimum for the number of edge disagreements. The 4th, pmax is a theoretical bound on maximum error for which graph matching will be possible.
1 | kshuffle_mean_sd(10, karate, m = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.