/AWS1/CL_CRLRELEVANCEMETRIC¶
The relevance score of a generated audience.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_audiencesize TYPE REF TO /AWS1/CL_CRLAUDIENCESIZE /AWS1/CL_CRLAUDIENCESIZE¶
The size of the generated audience. Must match one of the sizes in the configured audience model.
Optional arguments:¶
iv_score TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The relevance score of the generated audience.
Queryable Attributes¶
audienceSize¶
The size of the generated audience. Must match one of the sizes in the configured audience model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIENCESIZE() |
Getter for AUDIENCESIZE |
score¶
The relevance score of the generated audience.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE, with configurable default |
ASK_SCORE() |
Getter for SCORE w/ exceptions if field has no value |
STR_SCORE() |
String format for SCORE, with configurable default |
HAS_SCORE() |
Determine if SCORE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RELEVANCEMETRICS¶
TYPES TT_RELEVANCEMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLRELEVANCEMETRIC WITH DEFAULT KEY
.