|
From: | Csaba Ragany |
Subject: | Re: [igraph] calculate vertices statistical features like degree eccentricity etc |
Date: | Tue, 24 Jun 2014 16:14:08 +0200 |
Hi,
graph.knn()?
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
> - 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
>
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help
[Prev in Thread] | Current Thread | [Next in Thread] |