predictorExecutions property

List<PredictorExecution>? predictorExecutions
final

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.

Implementation

final List<PredictorExecution>? predictorExecutions;