RSE Suppression
Summary | Suppresses RSE values over a given threshold. |
---|---|
Filename | rse_suppression |
Dependencies | RSE Calculation Module |
Priority | The RSE modules must be configured to run in the following sequence:
|
Configuration
method addmethod <method_id> [{table|mandatory}] [<display_name>] method <method_id> adddcplugin <plugin_id> rse_suppression method <method_id> <plugin_id> addproperty suppression_threshold <threshold>
Example
method addmethod MethodID method MethodID adddcplugin RSESuppression rse_suppression method MethodID RSESuppression addproperty suppression_threshold "0.5"
Properties
suppression_threshold | The threshold for suppressing RSE. Any RSE above this value will be suppressed. The threshold must be greater than 0. | Required |
---|