pub fn aggregate_node_features(
node_ids: &[NodeId],
graph: &Graph,
agg_type: AggregationType,
) -> MultiFeatureAggregationExpand description
Aggregates multiple node feature vectors into a single vector.
pub fn aggregate_node_features(
node_ids: &[NodeId],
graph: &Graph,
agg_type: AggregationType,
) -> MultiFeatureAggregationAggregates multiple node feature vectors into a single vector.