CIMKnowledgeGraphLinkChartCentralityConfiguration Class
In This Topic
Represents the Centrality computation options in a Knowledge Graph Link Chart.
Several measures of centrality are supported:
Degree, Indegree, Outdegree, PageRank, Eigenvector, Betweenness, Closeness and Harmonic.
These measures fall in two broad categories:
degree based measures are Degree, Indegree, Outdegree, PageRank, and Eigenvector
while shortest paths based measures are Betweenness, Closeness and Harmonic.
The "importance" relationship weight is taken into account in degree based measures:
a relationship with higher importance will increase the centrality scores of nearby related entities.
The "cost" relationship weight is taken into account in shortest paths based measures:
a relationship with higher cost will decrease the centrality scores of nearby related entities.
Object Model
Syntax
Inheritance Hierarchy
System.Object
ArcGIS.Core.CIM.CIMObject
ArcGIS.Core.CIM.CIMKnowledgeGraphLinkChartCentralityConfiguration
Requirements
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.3 or higher.
See Also