premgopalan / svinet

Efficient discovery of overlapping communities in massive networks PK Gopalan, DM Blei Proceedings of the National Academy of Sciences 110 (36), 14534-14539
GNU General Public License v3.0
73 stars 35 forks source link

parameters in MMSB model #11

Closed canorbal closed 7 years ago

canorbal commented 7 years ago

Hello!

Assume that we generated θ and B matrix, where θ[i] is a vector of community memberships and B is the community-community interaction matrix. In another words, P = Theta B Theta.T, and A = Bernoulli(P).

I saved A to tab-separated file "network.txt". How should i run your script to get recovered Theta and B matrices?