From: Frédéric V. <fre...@mi...> - 2014-02-13 17:17:24
|
Hi all ! I have a graph with vertices and edges. Each edge has a weight (the frequency of the link) and is directed. I want to apply EdgeBetweenness algorithm on it, but I dont know how to take in account the edges weights ? I've read something on Transform, but Transform are only for vizualisation, right or not ? I think I have to apply an algorithm on each edge frequency first (Voltage ? PageRank ? something else), and then use it for clustering, but I don't know how ... Can you tell me ? Many thanks for your response and all your work ! Fred |