Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 549 Bytes

match.md

File metadata and controls

17 lines (12 loc) · 549 Bytes
layout title parent nav_order
default
Find the matches
Step By Step Guide
8

match

Finds the records which match with each other.

./zingg.sh --phase match --conf config.json

As can be seen in the image below, matching records are given the same z_cluster id. Each record also gets a z_minScore and z_maxScore which shows the least/greatest it matched with other records in the same cluster.

Match results

If records across multiple sources have to be matched, the link phase should be used.