graphinius
graphinius copied to clipboard
Define a standard PageRank result struct
Re-write Pagerank RandomWalk (maybe kick out Gauss...) to return measures that will allow iNodis to conduct performance scenarios
also include some PR statistics like
- [x] settings (alpha, epsilon, max_iter, etc.) -> what for? just save the settings object ;-)
- [x] #iterations
- [x] final delta
DONE