Skip to content

Commit

Permalink
Remove incorrect reflections on example result
Browse files Browse the repository at this point in the history
Closes #304

Co-authored-by: MaxiBo <79444086+mbeaufre@users.noreply.github.com>
  • Loading branch information
Mats-SX and mbeaufre committed Nov 22, 2024
1 parent 2fa4e3f commit df14831
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/modules/ROOT/pages/algorithms/page-rank.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ ORDER BY score DESC, name ASC
--

In this example we are using `tolerance: 0.1`, so the results are a bit different compared to the ones from xref:algorithms/page-rank.adoc#algorithms-page-rank-examples-stream[stream example] which is using the default value of `tolerance`.
Note that the nodes 'About', 'Link' and 'Product' now have the same score, while with the default value of `tolerance` the node 'Product' has higher score than the other two.


[[algorithms-page-rank-examples-damping]]
Expand Down Expand Up @@ -570,7 +569,6 @@ ORDER BY score DESC, name ASC
--

Compared to the results from the xref:algorithms/page-rank.adoc#algorithms-page-rank-examples-stream[stream example] which is using the default value of `dampingFactor` the score values are closer to each other when using `dampingFactor: 0.05`.
Also, note that the nodes 'About', 'Link' and 'Product' now have the same score, while with the default value of `dampingFactor` the node 'Product' has higher score than the other two.


[[algorithms-page-rank-examples-personalised]]
Expand Down

0 comments on commit df14831

Please sign in to comment.