Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 731 Bytes

DC-CC

Divide and Conquer - Correlation Clustering

Software part of FEDCSIS WCO conference paper: L. Aszalós, M. Bakó - Correlation clustering: divide and conquer.

The correlation clustering is an NP-hard problem, hence its solving methods do not scale well. The contraction method and its improvement enable us to construct a divide and conquer algorithm, which could help us to clustering bigger sets.

Here you can find the Python3 programs for

  • generating random signed graphs (Erdős-Rényi and Barabási-Albert)
  • handling Union-Find data structure
  • clustering with dict of dict
  • testing speed and accuracy of clustering.