Skip to content

@graphty/algorithms / index / GRSBMResult

Interface: GRSBMResult ​

Defined in: research/grsbm.ts:46

Result of the GRSBM clustering algorithm

Properties ​

clusters ​

clusters: Map<NodeId, number>

Defined in: research/grsbm.ts:50

Flat clustering at leaf level


explanation ​

explanation: ClusterExplanation[]

Defined in: research/grsbm.ts:56

Explanation of the clustering structure


modularityScores ​

modularityScores: number[]

Defined in: research/grsbm.ts:54

Modularity scores for each level


numClusters ​

numClusters: number

Defined in: research/grsbm.ts:52

Number of final clusters


root ​

root: GRSBMCluster

Defined in: research/grsbm.ts:48

Root of the cluster hierarchy