chengjue-2445 / streamGraphSample

A beginner tries to implement some kinds of sample methods of stream graph.
0 stars 1 forks source link

Hhi Ziyi #1

Open feilong0309 opened 8 years ago

feilong0309 commented 8 years ago

I also do the research on some graph staff. I am wondering that which methods do you want to implement. If I do not know the exact number of subgraph, how should you do?

chengjue-2445 commented 8 years ago

I want to implement streaming NS, streaming ES, optimized PIES and PIES-min now and I'm not sure what else I will do in the future. You can read the paper "Space-efficient sampling from social activity streams" and the review "Network Sampling From Static to Streaming Graphs".

And the number of subgraph actually is about 30% of the number of the origin graph, and the ratio can be 10%-50%. And I'm sorry that I do not know how to get the number of origin graph if the origin graph is an unlimited stream graph.

By the way, I will not update this project on Wang-Ziyi but on hustustor, https://github.com/hustustor/streamGraphSample.git.

feilong0309 commented 7 years ago

Thanks for your comments, I have read the paper network sampling from static to streaming graph. Quite interesting sampling algorithms. Do you have finished the PIES algorithm, maybe we can discuss it if possible.

chengjue-2445 commented 7 years ago

Yes I have finished the PIES algorithm and want to do some improvement but havent pushed the update on the GIT yet.

feilong0309 commented 7 years ago

Dear Ziyi,

Great, would you mind to send me one copy of your developing code, I want to join in developing the streaming sampling algorithm?

Cheers, Jianpeng

On 10 October 2016 at 08:43, Wang-ZiYi notifications@github.com wrote:

Yes I have finished the PIES algorithm and want to do some improvement but havent pushed the update on the GIT yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Wang-ZiYi/streamGraphSample/issues/1#issuecomment-252545684, or mute the thread https://github.com/notifications/unsubscribe-auth/ALoeCwnzIiJPdgW3Tsvd1YUFZzgUUWbBks5qyd6ogaJpZM4J7rZz .

chengjue-2445 commented 7 years ago

I created a new repository called pies and upload part of my codes there,

feilong0309 commented 7 years ago

OK, thanks.