Skip to main content

Crate zer_cluster

Crate zer_cluster 

Source
Expand description

Connected-components clustering and entity storage for resolved groups.

Structs§

BandedPairs
Pairs partitioned by their match band.
ClusterConfig
Parameters controlling cluster shape after graph construction.
ClusterGraph
Undirected similarity graph over records.
ConnectedComponentsClusterer
Connected-components clusterer with weak-edge removal and star pruning.
ZalEntityStore
SQLite-backed entity store persisted as a single .zes file.

Enums§

ResolutionEvent
Events written to the resolution_events table to provide an audit trail for every structural change to the entity store.

Functions§

partition_by_band
Classify each pair by match_probability vs the upper/lower thresholds in params. A pair is AutoMatch if prob >= upper_threshold, AutoReject if prob < lower_threshold, and Borderline otherwise.