igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Bipartitle community detection


From: Tamás Nepusz
Subject: Re: [igraph] Bipartitle community detection
Date: Thu, 10 Feb 2011 22:07:58 +0100

> Are there any algoithms implemented in igraph that can be used to detect 
> bipartite communities?
Unfortunately not -- the only thing you can do is to project your bipartite 
graph to one of the subsets and run a community detection on the projection, 
but this is inferior to working with a dedicated bipartite community detection 
method as far as I know.

-- 
Tamas




reply via email to

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