I've imported nodes with edges in gephi and now I'm trying to get partitions containing four nodes , connected only to each-other(multiple connections are allowed), creating rectangle.
Asked
Active
Viewed 70 times
0
-
So you want to find all partitions `(u,v,x,y)` where you are having paths `u->v->x->y` ? – Yannis P. Mar 05 '15 at 22:32
-
Thanks for your answer, yeap you got the idea, that's exactly what I'm looking for . – Tata Ivanidze Mar 06 '15 at 07:52
-
I think this might be to complicated to do in Gephi. Perhaps you can use the scripting console to write some Python code that does that or otherwise export the graph and process it in your favorite language – Yannis P. Mar 06 '15 at 15:26