-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add Min/Max/Avg graph degree aggregation (static and temporal) #1559
Comments
ChrizZz110
added a commit
to ChrizZz110/gradoop
that referenced
this issue
Apr 5, 2022
…vg degree evolution operator
8 tasks
ChrizZz110
added a commit
to ChrizZz110/gradoop
that referenced
this issue
Apr 5, 2022
5 tasks
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 2, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 2, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 2, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 9, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 10, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 11, 2022
alwba
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 11, 2022
ChrizZz110
added a commit
to chrissi16/gradoop
that referenced
this issue
Aug 22, 2022
…imestamps, put duplicated code in base class, added default constructors with default time dimension and degree type
ChristopherLausch
added a commit
to ChristopherLausch/gradoop
that referenced
this issue
Nov 20, 2023
ChristopherLausch
added a commit
to ChristopherLausch/gradoop
that referenced
this issue
Jan 5, 2024
… degree trees, calculate the cross product with every timestamp and then get the degree by grouping
ChristopherLausch
added a commit
to ChristopherLausch/gradoop
that referenced
this issue
Jan 15, 2024
…xed tests to check for intervals
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STATIC
A graph aggregation function that calculates the min/max/avg degree of a logical graph. The aggregates are added as properties to the graph head. Each aggregate results in one scalar value.
TEMPORAL
A graph to value operator that calculates the min/max/avg degree of all vertices of a temporal graph. The result is a dataset of Tuple3<Long,Long,Double (Avg) / Int (Min/Max)> where the tuple positions represent the following:
The text was updated successfully, but these errors were encountered: