igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Estimation of the average distance


From: Vincent Labatut
Subject: [igraph] Estimation of the average distance
Date: Mon, 9 Jun 2014 18:37:15 +0300

Hello,

I want to process the average distance of some large graphs. I do not need the paths themselves, or the individual lengths of all possible shortest paths, but just the average value over the whole graph. 

However, when using the function average.path.length() (R version of igraph), it takes too long (weeks) due to the size of the graphs. I could do with only an estimation of the average distance, so I was wondering if there was any way of processing such an approximation (I noticed some functions such as betweenness() have an 'estimate' version).

Best regards,
Vincent


reply via email to

[Prev in Thread] Current Thread [Next in Thread]