slpa-py icon indicating copy to clipboard operation
slpa-py copied to clipboard

what's the file "input_graph.txt" mean

Open zhaoyulu opened this issue 9 years ago • 5 comments

It is hard to understand like "3398 2439 2428 4978 3596 4358" in the first line

zhaoyulu avatar Sep 12 '16 14:09 zhaoyulu

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.

YipingNUS avatar Sep 12 '16 23:09 YipingNUS

Thank you for you reply. Does it mean that it is directed graph? What's the LAMDA mean? Thank you for your patience

zhaoyulu avatar Sep 13 '16 00:09 zhaoyulu

Excuse? What's the contents in file "output.txt" mean?

DreamFJ avatar Nov 05 '17 06:11 DreamFJ

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.

YipingNUS avatar Nov 06 '17 03:11 YipingNUS

Thank you so much~

DreamFJ avatar Nov 06 '17 04:11 DreamFJ