Implementation of SCORE, SCORE+ and Mixed-SCORE
find the maxinum distance from the convex hull formed by the chosen K ...
calculated the membership of each node given ratio matrix and communit...
Membership estimation algorithm called mixedSCORE
community detection method called SCORE Spectral Clustering On Ratios-...
community detection method called SCORE+
Vertex hunting algorithm to find the cluster centers
select the K
vertices from given L
centers
Implementation of community detection algorithm SCORE in the paper J. Jin (2015) <arXiv:1211.5803>, and SCORE+ in J. Jin, Z. Ke and S. Luo (2018) <arXiv:1811.05927>. Membership estimation algorithm called Mixed-SCORE in J. Jin, Z. Ke and S. Luo (2017) <arXiv:1708.07852>.