igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] question about characteristic path length


From: Tamas Nepusz
Subject: Re: [igraph] question about characteristic path length
Date: Sat, 1 Dec 2007 14:26:32 +0100

> does igraph provide already a method that computes the characteristic
> path length?
I think what you call "characteristic path length" is what igraph calls the
average shortest path length over all pairs of vertices. If you want to
calculate this, try average.path.length in R, igraph_average_path_length in C
or Graph.average_path_length() in Python.

Best,
-- 
Tamas




reply via email to

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