Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update page-rank.adoc - Error in analysis. #304

Open
wants to merge 3 commits into
base: 2.6
Choose a base branch
from

Conversation

mbeaufre
Copy link

@mbeaufre mbeaufre commented Apr 9, 2024

Issue: Error in the analysis made in a part of the PageRank Documentation
Criticality: Low
Action taken: Removing the part of the analysis that is wrong.

Description:
In the section on the Tolerance configuration parameter, it is stated:

"Also, 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."

This statement is false from my understanding. The reason why the node 'Product' had a higher score was ONLY the introduction of relationshipWeightProperty: 'weight' in the parameters. In reality, the contrary of the statement can be observed (equal score for nodes 'About', 'Link' and 'Product') in all examples not using weight.

Removing: 
"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." 
Because it is not true.
@mbeaufre
Copy link
Author

mbeaufre commented Apr 9, 2024

Issue: Error in the analysis made in a part of the PageRank Documentation
Criticality: Low
Action taken: Removing the part of the analysis that is wrong.

Description:
In the section on the Tolerance configuration parameter, it is stated:

"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."

This statement is false from my understanding. The reason why the node 'Product' had a higher score was ONLY the introduction of relationshipWeightProperty: 'weight' in the parameters. In reality, the contrary of the statement can be observed (equal score for nodes 'About', 'Link' and 'Product') in all examples not using weight.

Adding spaces to match document standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant