Description Usage Arguments Value
Function used to calculate the Jensen-Shannon between two graphs, i.e, the distance between eigenvalue distributions of laplacian matrix of graphs
1 | JS_Distance(GRAPH1, GRAPH2, normalized = TRUE, n = 512, bw = 0.01)
|
GRAPH1 |
graph object of igraph, undirected |
GRAPH2 |
graph object of igraph , undirected |
normalized |
compute the nornalized laplacian or not |
n |
the number of equally spaced points at which the density is to be estimated |
bw |
the bandwidth of the density function |
a numeric value between 0 and 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.