Skip to main content

Module types

Module types 

Source
Expand description

Types for network alignment algorithms.

This module provides core data structures for configuring and storing results of network alignment operations, including similarity matrices between nodes of two graphs.

Structsยง

AlignmentConfig
Configuration for network alignment algorithms.
AlignmentResult
Result of a network alignment computation.
SimilarityMatrix
Similarity matrix between nodes of two graphs.