webMethods, OneData, and Terracotta  10.2 | Managing Master Data with webMethods OneData | webMethods OneData Consolidation MDM Guide | Matching Algorithms and Use Cases | OneData Matching API
 
OneData Matching API
OneData uses the OneData Matching API to compare the similarity between two database objects containing a collection of key-value pairs. A match grader computes a single similarity score between the two objects being compared. The similarity score is a floating point number between 0.0 and 1.0, and is computed by comparing the key values. The similarity score computed depends on the similarity function configured for each individual key. The final match score for the two objects is determined by computing the weighted arithmetic mean of the individual key scores.
Consider the following example:
Table 8. Object 1
Key
Value
company_name
Software AG
street
Eichendorffstr. 33
city
Nürnberg
Table 9. Object 2
Key
Value
company_name
SOFTWAREAG
street
Eichendorf Str.
city
Nürnberg
OneData computes the score for the keys company_name, street, and city. If m is the total number of fields in both objects, s i is the individual score of the ith key, and w i is the weight of the ith field. Then the final score is computed as:

Copyright © 2011-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release