/AWS1/CL_FCSPREDICTOREXECDETS¶
Contains details on the backtests performed to evaluate the accuracy of the predictor. The tests are returned in descending order of accuracy, with the most accurate backtest appearing first. You specify the number of backtests to perform when you call the operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_PREDICTOREXECUTIONS
TYPE /AWS1/CL_FCSPREDICTOREXECUTION=>TT_PREDICTOREXECUTIONS
TT_PREDICTOREXECUTIONS
¶
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The
NumberOfBacktestWindows
from the object determines the number of windows in the array.
Queryable Attributes¶
PredictorExecutions¶
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The
NumberOfBacktestWindows
from the object determines the number of windows in the array.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PREDICTOREXECUTIONS() |
Getter for PREDICTOREXECUTIONS, with configurable default |
ASK_PREDICTOREXECUTIONS() |
Getter for PREDICTOREXECUTIONS w/ exceptions if field has no |
HAS_PREDICTOREXECUTIONS() |
Determine if PREDICTOREXECUTIONS has a value |