anamabo / Equal-Size-Spectral-Clustering

A modification of the spectral clustering algorithm that imposes constraints on cluster sizes.
17 stars 5 forks source link

Update spectral_equal_size_clustering.py to remove wcsd error #3

Open MrHaikuSwan opened 1 year ago

MrHaikuSwan commented 1 year ago

Changed self.total_cluster_dispersion creation to match line 313 (which seems to be the intended line and was duplicated incorrectly earlier).

Closes #1