Skip to content

@graphty/algorithms / index / syncClustering

Function: syncClustering() ​

syncClustering(graph, config): SynCResult

Defined in: research/sync.ts:51

Synergistic Deep Graph Clustering (SynC) Algorithm

This algorithm combines representation learning with structure augmentation for improved clustering performance on graphs. It jointly optimizes node embeddings and cluster assignments while preserving graph structure.

Based on: "Synergistic Deep Graph Clustering" (arXiv:2406.15797, June 2024)

Parameters ​

graph ​

Graph

Input graph to cluster

config ​

SynCConfig

Configuration options

Returns ​

SynCResult

Clustering result with assignments and embeddings