igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] problems with graph.strength for large weighted graph


From: Gábor Csárdi
Subject: Re: [igraph] problems with graph.strength for large weighted graph
Date: Mon, 27 Oct 2014 11:55:05 -0400

On Mon, Oct 27, 2014 at 11:48 AM, Umberto Medicamento
<address@hidden> wrote:
>
> Hi all,
>
> I've a weighted graph called "g" as it follows
>  g
> IGRAPH DNW- 99 600 --
> + attr: name (v/c), weight (e/x)
[...]

The 'x' means that your 'weight' attribute is not numeric, so igraph
cannot use it as edge weight.

GAbor



reply via email to

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