Identity Resolution
- Identity Resolution 10.2
- All Products
In the matching definition, the method definition would look like:*S >010101< *W ><
With the scheme using:DEFINE METHOD=DATE,EP=N3SCS,ALGNAME=<AlgName>
LOPT=(CLEANEDT)
OPTION SCORES VALUE RANGEYY,5
OPTION SCORES
| VALUE RANGESCR,[number]
| Specifies the score out of 100 that a part match should achieve if matched inside the specified range.
|
OPTION SCORES
| VALUE RANGESCR,[number]
| Specifies the score out of 100 that a part match should achieve if matched inside the specified range.
|
OPTION SCORES
| VALUE RANGEPEN,[number]
| If
RANGEOPT is set to 0 (allow range matching on all parts), this option specifies a penalty to be applied to any successful range matches after the first. For example, if the following is defined:
and the following two dates are matched:
both DD and YY parts will score according to the value specified with
RANGESCR , however the YY match will be penalized by the
RANGEPEN value because it is a secondary range match. The following range matching options do not require a date format to be specified.
|
OPTION SCORES
| VALUE RANGESTR,{0/1}
| Setting
RANGESTR to 0 allows range matching to be applied to all parts, in or out of position, and regardless of the date format.
|
OPTION SCORES
| VALUE RANGE, [number]
| Specifies the range value to use on all parts when
RANGESTR is set to 0.
|
SearchRecord
| FileRecord
| CalculatedAge
| AGERNPEN
| Score
|
---|---|---|---|---|
45-50
| 19051960
| 46
| 20
| 100
|
50-60
| 19051960
| 46
| 20
| 80
|
50-60
| 19051960
| 46
| default
| 50
|
OPTION SCORES
| VALUE EXACTSCR,[number]
| If two dates do not match exactly, this option specifies the score to apply to each exactly matching part.
| |
OPTION SCORES
| VALUE EXACTSCY,[number]
| Specifies the score out of 100 to give a match of a 4-digit year (CCYY) against a 2-digit year (YY). For example: 10/05/1903
| 11/05/03
|
OPTION SCORES
| VALUE EXACTSCX,[number]
| Specifies the score out of 100 to give a match of a 4-digit year (CCYY) against a 1-digit year (Y). For example: 10/5/1903
| 1053
|
OPTION SCORES
| VALUE NOEXCPEN,[number]
| Specifies the penalty if the dates have different numbers of date parts. For example: 01 Nov 2003 0111
In this case, the matches would be 01 vs 01 and Nov vs 11 giving 100%. In order to reduce this score, because the first date has three parts and the second only two, NOEXCPEN,2 would reduce the match to 98%.
| |
OPTION SCORES
| VALUE PENALTY,[number]
| Specifies the penalty to apply to the score for out-of-order matching parts. For example: 10051903
| 19030510
|
OPTION SCORES
| VALUE TRANSSCR,[number]
| Specifies the score to apply to transposed digit matches. For example: 21/05/1963
| 12/05/1963
|
OPTION SCORES
| VALUE TRANSYY,[number]
| Specifies the score to apply to transposed digit matches in the YY part of a year (CCYY). The default (if
TRANSYY is not defined) is 75. If set to 0, the
TRANSSCR value will be used. For example: 12/05/1936
| 12/05/1963
Both
TRANSSCR and
TRANSYY must be set to 0 to turn transposed digit matching off.
|