WLJS LogoWLJS Notebook

VertexCorrelationSimilarity

VertexCorrelationSimilarity[g, u, v] gives the correlation similarity between vertices u and v of the graph g.

  • VertexCorrelationSimilarity[{v -> w, ...}, ...] uses rules v -> w to specify the graph g.

Examples

VertexCorrelationSimilarity[CompleteGraph[5], 1, 2]
VertexCorrelationSimilarity[CycleGraph[6], 1, 3]

Please visit the official Wolfram Language Reference for more details.

On this page