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

Trust Leaderboard #34

Open
tayler6000 opened this issue Feb 26, 2023 · 0 comments
Open

Trust Leaderboard #34

tayler6000 opened this issue Feb 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tayler6000
Copy link
Collaborator

We would like to see the top 10 trusted people in any given graph. The thought is to do one calculation without anti-karma loop detection and pull the top 100 nodes from that, then do individual calculations on those 100 people with anti-karma loop detection, and pull the top 10 nodes from that list.

As an additional refinement, we should only build the matrix once, then copy it and apply the anti-karma loop to it and calculate the result for each person. This way we're not spending a ton of time constantly rebuilding the matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant