Large Scale Social Network Analysis for Hypergraphs

209 views Asked by At

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.

1

There are 1 answers

1
Ashley Hughes On

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