A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary
Centrality Class
Centrality Methods
DegreeOutCentrality Method
DegreeOutCentrality Method (BaseGraph)
DegreeOutCentrality Method (BaseGraph, Int32)
Centrality
DegreeOutCentrality Method (BaseGraph)
Computes out-degree centrality for all nodes.
Namespace:
GraphLibrary
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
Dictionary
<
int
,
int
>
DegreeOutCentrality
(
BaseGraph
graph
)
Parameters
graph
Type:
GraphLibrary.Graphs
BaseGraph
BaseGraph graph.
Return Value
Type:
Dictionary
Int32
,
Int32
Dictionary of node and its out-degree centrality.
See Also
Reference
Centrality Class
DegreeOutCentrality Overload
GraphLibrary Namespace