Description Usage Arguments Value Author(s) References Examples
View source: R/distanceDegreeMIC.R
This method calculates the mean information content of the distance degrees.
1 |
g |
a graph as a graphNEL object. |
dist |
the distance matrix of the graph. Will be calculated automatically if not supplied. |
The mean information content of the distance degrees as a double-precision floating point value.
Michael Schutte
V. A. Skorobogatov and A. A. Dobrynin, Metrical Analysis of Graphs, J. Comput. Chem., 23:105-155, 1988
1 2 3 4 | set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)
distanceDegreeMIC(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.