-
Notifications
You must be signed in to change notification settings - Fork 44
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
Port Gelly Graph methods to GraphStreams #3
Comments
I'd like to implement some of these to also start getting a bit familiar with the streaming API. |
Right now I'm working on a test branch called I think we can comment here about the functions we want to implement. |
I will work on the merge trees on a different branch probably and merge later ^^ |
@balidani, now that we have a clearer model in mind, let's move what we have in the master. |
All relevant Gelly methods should be ported. Some of these are:
getVertices(), getEdges()inDegrees(), outDegrees(), getDegrees()numberOfVertices(), numberOfEdges()mapVertices(), mapEdges()filterOnVertices(), filterOnEdges()reverse()undirected()union()Each of these have to be considered for both normal streams and (tumbling?) windows.
The text was updated successfully, but these errors were encountered: