/AWS1/CL_DZNREJECTRULE¶
Specifies the rule and the threshold under which a prediction can be rejected.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_RULE
TYPE /AWS1/DZNREJECTRULEBEHAVIOR
/AWS1/DZNREJECTRULEBEHAVIOR
¶
Specifies whether you want to reject the top prediction for all targets or none.
IV_THRESHOLD
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The confidence score that specifies the condition at which a prediction can be rejected.
Queryable Attributes¶
rule¶
Specifies whether you want to reject the top prediction for all targets or none.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RULE() |
Getter for RULE, with configurable default |
ASK_RULE() |
Getter for RULE w/ exceptions if field has no value |
HAS_RULE() |
Determine if RULE has a value |
threshold¶
The confidence score that specifies the condition at which a prediction can be rejected.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THRESHOLD() |
Getter for THRESHOLD, with configurable default |
ASK_THRESHOLD() |
Getter for THRESHOLD w/ exceptions if field has no value |
STR_THRESHOLD() |
String format for THRESHOLD, with configurable default |
HAS_THRESHOLD() |
Determine if THRESHOLD has a value |