You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the incremental pagerank approach as suggested by the whitepaper.
The first step should be to further spec out the algorithm and its implementation in the data model document. After that it should be integrated into the osrank_naive implementation. Note that it should be possible to switch between the incremental an non-incremental implementaion.
The text was updated successfully, but these errors were encountered:
Depends on #31
Implement the incremental pagerank approach as suggested by the whitepaper.
The first step should be to further spec out the algorithm and its implementation in the data model document. After that it should be integrated into the
osrank_naive
implementation. Note that it should be possible to switch between the incremental an non-incremental implementaion.The text was updated successfully, but these errors were encountered: