/AWS1/CL_FCSWINDOWSUMMARY¶
The metrics for a time range within the evaluation portion of a dataset. This object is part of the EvaluationResult object.
The TestWindowStart and TestWindowEnd parameters are determined
by the BackTestWindowOffset parameter of the EvaluationParameters object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_testwindowstart TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
The timestamp that defines the start of the window.
iv_testwindowend TYPE /AWS1/FCSTIMESTAMP /AWS1/FCSTIMESTAMP¶
The timestamp that defines the end of the window.
iv_itemcount TYPE /AWS1/FCSINTEGER /AWS1/FCSINTEGER¶
The number of data points within the window.
iv_evaluationtype TYPE /AWS1/FCSEVALUATIONTYPE /AWS1/FCSEVALUATIONTYPE¶
The type of evaluation.
SUMMARY- The average metrics across all windows.
COMPUTED- The metrics for the specified window.
io_metrics TYPE REF TO /AWS1/CL_FCSMETRICS /AWS1/CL_FCSMETRICS¶
Provides metrics used to evaluate the performance of a predictor.
Queryable Attributes¶
TestWindowStart¶
The timestamp that defines the start of the window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTWINDOWSTART() |
Getter for TESTWINDOWSTART, with configurable default |
ASK_TESTWINDOWSTART() |
Getter for TESTWINDOWSTART w/ exceptions if field has no val |
HAS_TESTWINDOWSTART() |
Determine if TESTWINDOWSTART has a value |
TestWindowEnd¶
The timestamp that defines the end of the window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTWINDOWEND() |
Getter for TESTWINDOWEND, with configurable default |
ASK_TESTWINDOWEND() |
Getter for TESTWINDOWEND w/ exceptions if field has no value |
HAS_TESTWINDOWEND() |
Determine if TESTWINDOWEND has a value |
ItemCount¶
The number of data points within the window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMCOUNT() |
Getter for ITEMCOUNT, with configurable default |
ASK_ITEMCOUNT() |
Getter for ITEMCOUNT w/ exceptions if field has no value |
HAS_ITEMCOUNT() |
Determine if ITEMCOUNT has a value |
EvaluationType¶
The type of evaluation.
SUMMARY- The average metrics across all windows.
COMPUTED- The metrics for the specified window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONTYPE() |
Getter for EVALUATIONTYPE, with configurable default |
ASK_EVALUATIONTYPE() |
Getter for EVALUATIONTYPE w/ exceptions if field has no valu |
HAS_EVALUATIONTYPE() |
Determine if EVALUATIONTYPE has a value |
Metrics¶
Provides metrics used to evaluate the performance of a predictor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TESTWINDOWS¶
TYPES TT_TESTWINDOWS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FCSWINDOWSUMMARY WITH DEFAULT KEY
.