Identity Resolution
- Identity Resolution 10.2 HotFix 1
- 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.
|
OPTION SCORES
| VALUE RANGMTCH,[number]
| Specifies a range value in days. If the specified value is non-zero, the date is converted into days based on the Julian or Gregorian calendar and the difference value is compared with the specified value.
The
RANGMTCH option returns match scores based on the following rules:
The default value 0 indicates that it does apply to the range matching.
| |
OPTION SCORES
| VALUE RMTCHSCR,[number]
| Specifies the date range match score value for the
RANGMTCH option. If the
RANGMTCH value is non-zero, the
RANGMTCH option uses the
RMTCHSCR value.
Default is 95.
| |
OPTION SCORES
| VALUE TRSDMPEN,[number]
| Specifies the penalty to apply to the score if the days (DD) and months (MM) in a date are transposed. The
TRSDMPEN option is different from the
PENALTY option. If the
TRSDMPEN value is 0, the value of the
PENALTY option is used.
Default is 0.
| |
OPTION SCORES
| VALUE TRSYYPEN,[number]
| Specifies the penalty to apply to the score for the transposed years (YYYY) in a date. The
TRSYYPEN option is different from the
PENALTY option. If the
TRSYYPEN value is 0, the value of the
PENALTY option is used.
Default is 0.
| |
OPTION SCORES
| VALUE EXACTMWT,[number]
| Specifies the additional weightage for the exact date matching. When two dates exactly match, the
EXACTMWT value is used to increase the weightage.
Default is 0.
| |
OPTION SCORES
| VALUE TSERRPEN,[number]
| Deducts the specified penalty value from the match scores for transcription errors.
For example, if you set the penalty value to 5 and the match score is 85, then final match score becomes 80.
Default is 0.
| |
OPTION SCORES
| VALUE TSRESCOR,[number]
| Interchanges the digits that are in the list of transcription errors to see if they match and then assigns a final score by deducting the penalty value from the highest score value.
For example, you set the value to 1 or a greater number, and the transcription checks are for 0, 6 and 3, 5, 8. For the date 78/12/10, the date match method performs a transcription check against 78/12/16, 75/12/10, and 73/12/10, and assigns a final score by deducting the penalty value.
Default is 0.
|