/AWS1/CL_DZNACCEPTRULE¶
Specifies the rule and the threshold under which a prediction can be accepted.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rule TYPE /AWS1/DZNACCEPTRULEBEHAVIOR /AWS1/DZNACCEPTRULEBEHAVIOR¶
Specifies whether you want to accept 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 accepted.
Queryable Attributes¶
rule¶
Specifies whether you want to accept 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 accepted.
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 |