Expand description
Feature aggregation for entity groups.
This module provides aggregation functions for computing group-level features from individual node features.
Structs§
- Aggregated
Features - Aggregated features for an entity group.
- Multi
Feature Aggregation - Multi-feature aggregation result.
Enums§
- Aggregation
Type - Aggregation method for combining features.
Functions§
- aggregate_
all_ groups - Aggregates features for all groups.
- aggregate_
features - Aggregates features for a group of nodes.
- aggregate_
node_ features - Aggregates multiple node feature vectors into a single vector.
- aggregate_
values - Aggregates a specific feature across multiple values.
- aggregate_
weighted - Aggregates weighted values.