distanceDegreeMIC: Mean information content of the distance degrees

Description Usage Arguments Value Author(s) References Examples

View source: R/distanceDegreeMIC.R

Description

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

Usage

1

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.

Author(s)

Michael Schutte

References

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

Examples

1
2
3
4
set.seed(987)
g <- randomEGraph(as.character(1:10), 0.3)

distanceDegreeMIC(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.