DEPRECATED: The [PostProcessingTasks]
configuration section is deprecated for Eduction Server version 12.5 and later. Set PostProcessThreshold
in the [Eduction]
section.
The [PostProcessingTasks]
section is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be deleted in future.
The minimum score that is required, after all post-processing tasks have completed, for a match to be returned.
The threshold applies to all entities. When you specify a higher threshold, you are indicating that matches must meet a higher confidence level to be returned.
This parameter is similar to the MinScore parameter. Use PostProcessThreshold
when you want to filter the matches after all post-processing tasks have completed, rather than before post-processing begins.
Type: | Number |
Default: | All matches are returned |
Required: | No |
Configuration Section: |
Eduction or PostProcessingTasks |
Example: | PostProcessThreshold=0.4 |
See Also: | MinScore |
|