CommunityDetectionOptions
age-schema-client / CommunityDetectionOptions
Interface: CommunityDetectionOptions
Defined in: src/query/algorithms.ts:94
Community detection options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxIterations? | number | Maximum number of iterations | src/query/algorithms.ts:98 |
relationshipTypes? | string[] | Relationship types to consider | src/query/algorithms.ts:103 |
weightProperty? | string | Weight property for weighted algorithms | src/query/algorithms.ts:108 |
defaultWeight? | number | Default weight for relationships without weight property | src/query/algorithms.ts:113 |
convergenceThreshold? | number | Convergence threshold | src/query/algorithms.ts:118 |