This class provides methods to determine various centrality indices of nodes or edges of a graph.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class Centrality |
| Visual Basic |
|---|
Public Class Centrality |
Remarks
This class provides methods to determine various centrality indices of nodes or edges of a graph.
Centrality indices serve to quantify an intuitive feeling that in most networks some nodes
or edges are "more central" than others. The provided methods assign a value of type double to each node or edge of
a graph that represents its centrality. The higher an assigned value the more central the element
is considered by the algorithm.
Also, this class provides convenience methods that normalize the returned centrality values to lie within
the interval [0..1].
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Algorithms..::..Centrality
yWorks.yFiles.Algorithms..::..Centrality