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

Add Min/Max/Avg graph degree aggregation (static and temporal) #1559

Open
ChrizZz110 opened this issue Nov 19, 2021 · 0 comments
Open

Add Min/Max/Avg graph degree aggregation (static and temporal) #1559

ChrizZz110 opened this issue Nov 19, 2021 · 0 comments

Comments

@ChrizZz110
Copy link
Contributor

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:

  1. the interval start
  2. the interval end
  3. the aggregated value for that interval
ChrizZz110 added a commit to ChrizZz110/gradoop that referenced this issue Apr 5, 2022
ChrizZz110 added a commit to ChrizZz110/gradoop that referenced this issue Apr 5, 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant