Description Usage Arguments Details Value Author(s) References Examples
This function calculates a set of basic descriptors intruduced by Skorobogatov and Dobrynin.
1 |
g |
a graph as a graphNEL object. |
dist |
the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function. |
This methods calculates 14 basic descriptors intruduced by Skorobogatov and Dobrynin.
This function return a list containing the 14 descriptors.
eccentricityVertex |
Eccentricity of all vertices |
eccentricityGraph |
Eccentricity of a graph |
avgeccOfG |
Average eccentricity of a graph |
ecentricVertex |
Eccentric of all vertices |
ecentricGraph |
Eccentric of a graph |
vertexCentrality |
Vertex centrality |
graphIntegration |
Graph integration |
unipolarity |
Unipolarity of a graph |
vertexDeviation |
Deviation of all vertices |
variation |
Variation of a graph |
centralization |
Centralization of a graph |
avgDistance |
Average distance of a graph |
distVertexDeviation |
Distance vertex deviation |
meanDistVertexDeviation |
Mean distance vertex deviation |
Laurin Mueller
Skorobogatov V.A. and Dobrynin A.A., Metric analysis of graphs, match, pp. 105-151, 1988.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.