Click or drag to resize

CentralityDegreeInCentrality Method (BaseGraph)

Computes in-degree centrality for all nodes.

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public Dictionary<int, int> DegreeInCentrality(
	BaseGraph graph
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph
BaseGraph graph.

Return Value

Type: DictionaryInt32, Int32
Dictionary of node and its in-degree centrality.
See Also