I’m working on a python project and need support to help me understand better.Use Louvain method to find clusters of newmarket. Take the third largest cluster and name it as G3.
Compute pairwise distance in G3 and recale it into 2D corrdinate system with MDS method.
Finally apply KMean methods to partitition G3 into 4 communitites.
Plot G3 in 2D coordinate system, with different colors for the different communities
Requirements: no requirement