Skip to main content
Version: 0.3.0

CommunityDetectionOptions

age-schema-client v0.3.0


age-schema-client / CommunityDetectionOptions

Interface: CommunityDetectionOptions

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

Community detection options

Properties

PropertyTypeDescriptionDefined in
maxIterations?numberMaximum number of iterationssrc/query/algorithms.ts:98
relationshipTypes?string[]Relationship types to considersrc/query/algorithms.ts:103
weightProperty?stringWeight property for weighted algorithmssrc/query/algorithms.ts:108
defaultWeight?numberDefault weight for relationships without weight propertysrc/query/algorithms.ts:113
convergenceThreshold?numberConvergence thresholdsrc/query/algorithms.ts:118