GithubHelp home page GithubHelp logo

Comments (3)

delanyinspiron6400 avatar delanyinspiron6400 commented on August 23, 2024 1

Thank you very much, I got it to run with this description. 😄

from cuhornet.

delanyinspiron6400 avatar delanyinspiron6400 commented on August 23, 2024

And unrelated to this question something else, I was redirected to this repository with my question, as the original Hornet is seemingly not maintained anymore, but it seems the current state of the repository does not build.
In the original, I had to fix small stuff in xlib (some includes missing so it works with gcc on ArchLinux), but in this repository, it seems more is missing.
Looking at the repository structure, there was a module rmm, which was removed, but which is referenced throughout the code, even manually pulling it into externals/rmm did not resolve this issue.

Should this repository be useable at the moment as a public repository? Or should I stick with the original?

from cuhornet.

ogreen avatar ogreen commented on August 23, 2024

I will start off with the 2nd comment\question by saying that the "getting started" documentation for this repo needs to be updated. To build this repo, please visit: https://rapids.ai/start.html. You will need to use conda packages to get rmm working.

The three so called variants of BC are actually two variants: exact and approximate.
There is one class BCCentrality that does the actual traversal according to Brandes algorithm.
Exact BC does the traversal for each root\vertex in the graph.
Approximate BC does the traversal for a subset of vertices. How the subset of vertices is selected is "open" to debate. Two popular approaches are:

  1. Pre-select the roots (using some random distribution).
  2. Choose one root at a time and after each traversal, choose the next root based on the BC values.

from cuhornet.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.