CIMKnowledgeGraphLinkChartCentralityConfiguration Class Properties
In This Topic
For a list of all members of this type, see CIMKnowledgeGraphLinkChartCentralityConfiguration members.
Public Properties
| | Name | Description |
 | ComputeShortestPathsBasedMeasures |
Gets or sets a value indicating whether the shortest paths based measures will be computed.
When true, all measures are computed.
When false, all measures except betweenness, Closeness, Harmonic are computed.
This setting exists because shortest paths based measures can be costly to compute for larger graphs.
|
 | DefaultRelationshipCost |
Gets or sets the default cost of a relationship.
|
 | DefaultRelationshipImportance |
Gets or sets the default importance of a relationship.
|
 | IncludeDocumentEntities |
Gets or sets a value indicating whether entities of type 'Document' are considered to be
part of the graph for centrality computations.
|
 | MultiedgeFactor |
Gets or sets the multiedge factor. Acceptable values lie in [0, 1].
In centrality computations, we reduce parallel relationships of a graph to a single edge.
The computation of the importance of the single edge depends on the value of MultiedgeFactor.
If MultiedgeFactor is 0, the importance of the single edge is the average of parallel relationships.
If MultiedgeFactor is 1, the importance of the single edge is the sum of importances of parallel relationships.
For values of MultiedgeFactor between 0 and 1, the importance of the single edge is linearly interpolated.
|
 | Normalization |
Gets or sets the scores normalization.
|
 | RelationshipCostProperty |
Gets or sets the property defining the cost of a relationship.
When the string is empty, or the property doesn't exist, or the property value is null,
the default relationship cost is used instead.
Negative property values are ignored and replaced by zero.
|
 | RelationshipImportanceProperty |
Gets or sets the property defining the importance of a relationship.
When the string is empty, or the property doesn't exist, or the property value is null,
the default relationship importance is used instead.
Negative property values are ignored and replaced by zero.
|
 | RelationshipsInterpretation |
Gets or sets the relationships interpretation.
|
Top
See Also