Learn R Programming

QuACN (version 1.8.0)

distanceDegreeMIC: Mean information content of the distance degrees

Description

This method calculates the mean information content of the distance degrees.

Usage

distanceDegreeMIC(g, dist=NULL)

Arguments

g
a graph as a graphNEL object.
dist
the distance matrix of the graph. Will be calculated automatically if not supplied.

Value

The mean information content of the distance degrees as a double-precision floating point value.

References

V. A. Skorobogatov and A. A. Dobrynin, Metrical Analysis of Graphs, J. Comput. Chem., 23:105-155, 1988

Examples

Run this code
set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)

distanceDegreeMIC(g)

Run the code above in your browser using DataLab