igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] community detection algorithms


From: Tamas Nepusz
Subject: Re: [igraph] community detection algorithms
Date: Tue, 23 Mar 2010 17:31:05 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

Can you please send me a (possibly small) example network on which I
could reproduce the problem?

-- 
Tamas


> > which(clusters(G)$membership==0)
> [1] 1 2
> >  V(G)$name[clusters(G)$membership==0]
> [1] "M166.0862T68" "M301.1548T68"
> 
> 
> > which(label.propagation.community(G)==0)
> [1]  1  2 90 91 92
> >  V(G)$name[label.propagation.community(G)==0]
> [1] "M166.0862T68"  "M301.1548T68"  "M593.2643T182" "M594.2676T182"
> [5] "M595.2704T182"
> 
> vertices 1,2 belong together, and 90,91,92 belong together - but
> they cannot be lumped together.




reply via email to

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