Open GoogleCodeExporter opened 9 years ago
Hi all,
I have the same issue. Moreover, if vertices numbers in my graph are not
consecutive, GraphChi seems to create some "ghost" vertices that fill the gaps.
For example:
my graph:
1 10
Output (PageRank functional):
1. 10 0.0252273
2. 0 0.0136364
3. 1 0.0136364
4. 2 0.0136364
5. 3 0.0136364
6. 4 0.0136364
7. 5 0.0136364
8. 6 0.0136364
9. 7 0.0136364
10. 8 0.0136364
11. 9 0.0136364
-- Greg
Original comment by gregory....@gmail.com
on 15 Feb 2013 at 10:53
Original issue reported on code.google.com by
wujinlon...@gmail.com
on 8 Aug 2012 at 5:45