I have a graph with vertices that represent some entities and the edges are weighted as the correlation between two such entities.
I would like to break this graph into several subgraphs with high inner-correlation.
My problem is that I have a few 'hubs', with high correlation to a lot of different entities.
How can I detect such hubs in order to remove them?