CentralityOptions
age-schema-client / CentralityOptions
Interface: CentralityOptions
Defined in: src/query/algorithms.ts:64
Centrality algorithm options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxDepth? | number | Maximum path length to consider | src/query/algorithms.ts:68 |
relationshipTypes? | string[] | Relationship types to traverse | src/query/algorithms.ts:73 |
costProperty? | string | Cost property for weighted algorithms | src/query/algorithms.ts:78 |
defaultCost? | number | Default cost for relationships without cost property | src/query/algorithms.ts:83 |
normalize? | boolean | Whether to normalize results (0-1 range) | src/query/algorithms.ts:88 |