Skip to main content

Module fingerprint

Module fingerprint 

Source
Expand description

Architecture fingerprints — a stable identity for a graph’s shape.

Two questions the experiment pool has to answer are different enough to need two answers:

Both are derived from the same canonical form: nodes sorted by id, edges sorted, with edge.id, node.label and node.target excluded — they are cosmetic or deployment detail, not architecture. SubGraph nodes recurse by digest, so nesting terminates and the result stays independent of traversal order.

Structs§

ArchitectureFingerprint
Structural identity of a graph, exact and fuzzy.
EdgeRef
One edge, by node id — the diffable form.

Functions§

pipeline_summary
One-line human description of a graph’s topology, for the pipeline_summary field of an experiment record.
structural_similarity
Structural resemblance of two fingerprints in [0, 1].