igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] calculate vertices statistical features like degree eccentr


From: Gábor Csárdi
Subject: Re: [igraph] calculate vertices statistical features like degree eccentricity etc
Date: Fri, 20 Jun 2014 10:45:52 -0400

Hi,

On Fri, Jun 20, 2014 at 10:38 AM, Csaba Ragany <address@hidden> wrote:
> Dear All,
>
> I want to calculate some statistical features on vertices like degree,
> eccentricity etc. I found lots of features on the internet but I some of
> them are not implemented in igraph or I did not find the appropriate
> function...
>
> So can you tell me how to calculate the below statistical features in igraph
> or is it possible?
> - neighborhood connectivity

graph.knn()?

> - topological coefficient

AFAIK not implemented.

> - degree centrality

degree()

> - stress centrality

betweenness()?

> - Katz centrality

AFAIK not implemented.

Gabor

>
> Thank you!
> Csaba
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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