pub fn aggregate_all_groups(
groups: &[EntityGroup],
graph: &Graph,
agg_type: AggregationType,
) -> HashMap<u64, AggregatedFeatures>Expand description
Aggregates features for all groups.
pub fn aggregate_all_groups(
groups: &[EntityGroup],
graph: &Graph,
agg_type: AggregationType,
) -> HashMap<u64, AggregatedFeatures>Aggregates features for all groups.