Not all match rules are created equal, and if an Entity in your tenant has multiple potential matches, you need a way to rank them. That is where rule scores come into play.
The stand alone rule score is a number you assign based on your feeling for the accuracy of the match rule. If you feel the rule is strong you might set it to 80, if it is poor you might set it to 20. With this you can have your better rules be considered by your data stewards first.
You have two match rules, Rule 1 and Rule2, which both trigger a potential match. Rule 1 has a standalone score of 50, Rule 2 has a standalone score of 55. Which gets listed higher? Trick question! You don’t have enough information. Incremental rule score works with your other rules to create an aggregate score. If two rules get triggered together, their total rule score is their standalone plus the incremental score of the other rules that were triggered.
Q: How do I see the Match Rule for an existing profile?
A: For a suspect rule, go to profile, then the Same As/Matching view on the left (the icon of two people standing next to each other) and expand the carrot in the right column. For an auto match it will appear in the history or activity log. brought in.
Comparators and Match Token tools
Reltio has a variety of tools available regarding characters and words. These allow for the more advanced comparison of attributes than Exact, Equals, etc..
There are also a Noise Word Dictionaries that can be applied that wipes out things like Inc., Corp., LLC. These words would prevent an exact match, and could even stop a fuzzy match, so before comparing the strings, this dictionary will remove those noise words.
There is a wide variety of tools available here too:
- Basic String Comparator – the simplest form of matching, and what Reltio uses for exact, exact or null, and fuzzy all use this comparator class. Foreign Unicode characters are accommodated with this comparator.
- Damerau-Levenshtein Distance –calculates how many characters are out of place, deleted, or transposed.
- Metaphone/Double Metaphone/Soundex Comparator – allows for phonetically pronunciation comparison rather than spelling, i.e, bookkeeper vs. bookkeeper, Sean vs. Shawn.
- Organization Name Comparator – includes a Noise Word dictionary that excludes words (Inc., LLC) that would stop an exact match, and could even stop a fuzzy match. You can also take the original default dictionary and add in additional words, then just upload it to an S3 bucket or a Google bucket and point at that.
- Address Line Comparator –used with exact or fuzzy, though it has limited use in fuzzy. Generally, locate will cleanse the same address to the same exact value, resulting in a lot of tight matches. A Noise Dictionary is also available to cleanse words like road, avenue, etc.
- Range Comparator – numerically similar US zip codes tend to be geographically adjacent to each other. It’s useful for identifying family relationships as families tend to live close to each other or a store location close to customers.
- Proximate Geo Comparator – takes two cleanseed addresses, and uses the address’ latitude and longitude down to a few decimal places to determine their linear distance. You can set a threshold distance, say of 100 feet. If the two coordinates are within that threshold it is a match.
- Custom Comparator/Build Your Own – offers the ability to customize your own comparator by combining existing comparators.
The existing token classes correspond virtually one-to-one with the comparator classes. You must apply them both to your Match Rule, which can be done in the Match Rule builder via the Row settings on the right.
Learn More with the Reltio Community
The Reltio Community is a great place to learn more about how to use the Reltio products and connect with Master Data Management peers. Rely on the expertise of Reltio partners, customers, and technical experts.
Related Content: