We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d91e8 commit 2ae0cd0Copy full SHA for 2ae0cd0
networkx/algorithms/summarization.py
@@ -449,6 +449,9 @@ def snap_aggregation(
449
----------
450
G: graph
451
Networkx Graph to be summarized
452
+ node_attributes: iterable, required
453
+ An iterable of the node attributes used to group nodes in the summarization process. Nodes
454
+ with the same values for these attributes will be grouped together in the summary graph.
455
edge_attributes: iterable, optional
456
An iterable of the edge attributes considered in the summarization process. If provided, unique
457
combinations of the attribute values found in the graph are used to
0 commit comments