Skip to main content
Version: 0.3.0

CentralityOptions

age-schema-client v0.3.0


age-schema-client / CentralityOptions

Interface: CentralityOptions

Defined in: src/query/algorithms.ts:64

Centrality algorithm options

Properties

PropertyTypeDescriptionDefined in
maxDepth?numberMaximum path length to considersrc/query/algorithms.ts:68
relationshipTypes?string[]Relationship types to traversesrc/query/algorithms.ts:73
costProperty?stringCost property for weighted algorithmssrc/query/algorithms.ts:78
defaultCost?numberDefault cost for relationships without cost propertysrc/query/algorithms.ts:83
normalize?booleanWhether to normalize results (0-1 range)src/query/algorithms.ts:88