Record level matching explanation
Zingg Enterprise Feature
z_record_deterministic_edges: Number of records this record matches deterministically.
z_record_deterministic_edges
z_cluster_count = n: Number of records in the cluster that this record is part of.
z_cluster_count = n
z_record_edges: Total number of other records with which this record matches deterministically and probabilistically.
z_record_edges
z_record_centrality = z_record_edges / (n - 1): How central the record is within its cluster.
z_record_centrality = z_record_edges / (n - 1)
z_record_determinism = z_record_deterministic_edges / (n - 1): Proportion of the record’s connectivity explained by deterministic rules.
z_record_determinism = z_record_deterministic_edges / (n - 1)
Audit connectors: A few records with very high z_record_centrality can sometimes falsely bridge clusters so validate them.
z_record_centrality
Last updated 18 hours ago
Was this helpful?