GlobalClusteringCoefficient - Maple Help

Online Help

All Products    Maple    MapleSim


GraphTheory

  

GlobalClusteringCoefficient

  

compute the global clustering coefficient

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GlobalClusteringCoefficient(G)

Parameters

G

-

graph

Description

• 

GlobalClusteringCoefficient returns the global clustering coefficient for the given graph G.

• 

The global clustering coefficient is a number between 0 and 1 measuring how close the graph G is to a complete graph.

Examples

withGraphTheory:

Compute the global clustering coefficient for a specified graph.

GGraph1,2,3,4,5,6,1,3,1,6,2,4,2,6,3,6,4,5,4,6,5,6

GGraph 1: an undirected unweighted graph with 6 vertices and 8 edge(s)

(1)

DrawGraphG

GlobalClusteringCoefficientG

917

(2)

Compatibility

• 

The GraphTheory[GlobalClusteringCoefficient] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

LocalClusteringCoefficient