1

I have been trying to implement large scale social network analysis for hypergraphs. But Apache Giraph allows only simple graphs and Multigraphs. II couldn't find any suitable method to implement Large Scale SNA in Hypergraphs. Please suggest me suitable methods.

Thomas Jungblut
  • 20,854
  • 6
  • 68
  • 91
Alen Jacob
  • 11
  • 1
  • can you be more explicit about what kinds of analysis you want to do with the hypergraphs, and how large is 'Large Scale'? – skyebend Jul 10 '15 at 23:33

1 Answers1

-1

R package called "network" should be able to handle this. I'm currently looking into using igraph as well