The minimum score that is required for a match to be returned.
This parameter sets the minimum score for matches to the entity specified by the corresponding EntityN parameter. For example, set EntityMinScore0
to specify a minimum score for Entity0
. To specify a minimum score for all entities, you can use the parameter MinScore instead.
The lowest possible score is 0. The upper limit varies depending on the entity. As the minimum score is increased above 0
, towards (and even past) 1
, you are indicating that matches must meet a higher confidence level to be returned.
The minimum score threshold set by this parameter is applied before Eduction runs any post-processing tasks. You can also discard matches in a post-processing task.
Type: | Long |
Default: | 0 |
Required: | No |
Configuration Section: | Eduction |
Example: | Entity0=address/ca
|
See Also: |
|