Expand description
§Network Grouping Module
This module provides abstractions for representing and manipulating node groupings in networks. It’s essential for clustering algorithms where nodes need to be assigned to communities or clusters.
§Key Components
NetworkGrouping
trait - Interface for node-to-group assignmentsVectorGrouping
- Efficient vector-based implementation- Group operations: merge, normalize, bulk updates
Structs§
- Vector
Grouping - Vector-based implementation of NetworkGrouping.
Traits§
- Network
Grouping - Trait for representing node-to-group assignments in networks.