what's the file "input_graph.txt" mean
It is hard to understand like "3398 2439 2428 4978 3596 4358" in the first line
Sorry it's just an experiment script I wrote for a PhD student 3 years ago. Didn't make an effort to make it more readable.
If I remember correctly it should be the id of all the neighbors of the node. It should be straightforward after you read the code how it's being used.
On Sep 12, 2016 9:07 PM, zhaoyulu [email protected] wrote:
It is hard to understand like "3398 2439 2428 4978 3596 4358" in the first line
You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/YipingNUS/slpa-py/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFZAaJkFarmyC11pksWlpll5PgwNnSXSks5qpVsZgaJpZM4J6nZL.
Thank you for you reply. Does it mean that it is directed graph? What's the LAMDA mean? Thank you for your patience
Excuse? What's the contents in file "output.txt" mean?
The output shows for each node the communities it belongs to
Sorry, I didn't maintain the code since more than 4 years. I would have to study the code myself to give more detailed answer.
Thank you so much~