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

Page rank algorithm support #623

Merged
merged 15 commits into from
Apr 1, 2024
Merged

Commits on Mar 29, 2024

  1. Added PageRank algorithm.

    geosarr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    db8ca06 View commit details
    Browse the repository at this point in the history
  2. Added page rank doc test.

    geosarr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    eae6b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df26d31 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Some code refacto.

    geosarr committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    abeaa6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93e0f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3db98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04aa135 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    444c9a3 View commit details
    Browse the repository at this point in the history
  6. Correction of doc typo.

    geosarr committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f09f003 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    c49c2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d2003 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Corrected Nan values in parallel page ranks. Improved performance by …

    …iterating once over out edges.
    geosarr committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d3e25d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b734d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d893e07 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Return empty vec from parallel_pg too. Add link to doc.
    ABorgna committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ae3a167 View commit details
    Browse the repository at this point in the history