oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Incremental algorithm #32

Open MeBrei opened 5 years ago

MeBrei commented 5 years ago

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.

MeBrei commented 5 years ago

PR for further documentation https://github.com/oscoin/docs/pull/60