Module grouping

Module grouping 

Source
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 assignments
  • VectorGrouping - Efficient vector-based implementation
  • Group operations: merge, normalize, bulk updates

Structs§

VectorGrouping
Vector-based implementation of NetworkGrouping.

Traits§

NetworkGrouping
Trait for representing node-to-group assignments in networks.