[graph-tool] assortativity coefficient

2007-06-13 Thread Andrea Perna
Hi, could you give us the references for the assortativity measures? What is computed is not the assortativity given by Newman 2002 I guess. (Newman (2002) Associative mixing in networks. Phys Rev Lett 89:208701) Cheers, ___ graph-tool mailing list g

Re: [graph-tool] problems with compiling graph-tool-1.1.2

2007-07-11 Thread Andrea Perna
I have exactly the same configuration Kubuntu feisty, gcc 4.1.2, Boost 1.33.1 ecc. installed on a macbook. I used to have the same problem at the end of compilation (it does not come to perform the final link, I think). ld -v GNU ld version 2.17.50 20070103 Ubuntu ./configure --disable-visibil

Re: [graph-tool] meanings of the outputs

2007-09-27 Thread Andrea Perna
Hi, the same graph digraph G{ 2000->2001;2000->2002; 2001->2000;2001->2002; 2002->2000;2002->2001; } tested with exactly the same commands outputs different results on my machine: graph-tool --load test.dot --vertex-histogram="in-degree|-" # vertex histogram (in-degree): 2.0 3 graph-tool --l

Re: [graph-tool] how to install the pre-compiled files?

2007-09-30 Thread Andrea Perna
Hi Dan, you don't really need to install them. The library can be in any directory in your python module path. However, the simplest thing is to have it in the same directory as graph-tool Then, if the directory is not in your path, you call the program from inside that directory with ./graph-t

Re: [graph-tool] how to install the pre-compiled files?

2007-10-01 Thread Andrea Perna
hotmail.com/greypixel.gif"; width="100%" > vspace=9> MIT.Engineering.MelbUni > Welcome to my homepage: > http://www.student.unimelb.edu.au/xiaodanl/";> size=1>http://www.student.unimelb.edu.au/xiaodanl/ > http://ariport.unimelb.edu.au/blog/";> size=1

[graph-tool] central point dominance: filter not found error

2007-10-02 Thread Andrea Perna
Hi everybody, I do not understand how to use the --central-point-dominance. I have a small undirected graph (a chain) in a file grafo.dot graph G { 1 [VERTEX_BETWEENNESS="0"]; 2 [VERTEX_BETWEENNESS="0.285714"]; 3 [VERTEX_BETWEENNESS="0.47619"]; 4 [VERTEX_BETWEENNESS="0.571429"]; 5 [VERTEX_BETWEEN

Re: [graph-tool] central point dominance: filter not found error

2007-10-03 Thread Andrea Perna
Thank you Tiago for this workaround (and for this software that is really really nice). Cheers, Andrea On Tuesday 02 October 2007, Tiago de Paula Peixoto wrote: > On 10/02/2007 12:58 PM, Andrea Perna wrote: > > $graph-tool --undirected --load > > grafo.dot --central-

[graph-tool] Distance from a root

2008-04-23 Thread Andrea Perna
Hello, is there a simple option to call to obtain the distance of each node from a "root" node? Cheers, Andrea ___ graph-tool mailing list graph-tool@forked.de http://lists.forked.de/mailman/listinfo/graph-tool