/AWS1/CL_TEXADAPTERVRSEVALME00¶
Contains information on the metrics used to evalute the peformance of a given adapter version. Includes data for baseline model performance and individual adapter version perfromance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_baseline TYPE REF TO /AWS1/CL_TEXEVALUATIONMETRIC /AWS1/CL_TEXEVALUATIONMETRIC¶
The F1 score, precision, and recall metrics for the baseline model.
io_adapterversion TYPE REF TO /AWS1/CL_TEXEVALUATIONMETRIC /AWS1/CL_TEXEVALUATIONMETRIC¶
The F1 score, precision, and recall metrics for the baseline model.
iv_featuretype TYPE /AWS1/TEXFEATURETYPE /AWS1/TEXFEATURETYPE¶
Indicates the feature type being analyzed by a given adapter version.
Queryable Attributes¶
Baseline¶
The F1 score, precision, and recall metrics for the baseline model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASELINE() |
Getter for BASELINE |
AdapterVersion¶
The F1 score, precision, and recall metrics for the baseline model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADAPTERVERSION() |
Getter for ADAPTERVERSION |
FeatureType¶
Indicates the feature type being analyzed by a given adapter version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURETYPE() |
Getter for FEATURETYPE, with configurable default |
ASK_FEATURETYPE() |
Getter for FEATURETYPE w/ exceptions if field has no value |
HAS_FEATURETYPE() |
Determine if FEATURETYPE 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_ADAPTERVERSIONEVALMETRICS¶
TYPES TT_ADAPTERVERSIONEVALMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXADAPTERVRSEVALME00 WITH DEFAULT KEY
.