PredictorExecutionDetails class
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.
Constructors
-
PredictorExecutionDetails({List<
PredictorExecution> ? predictorExecutions}) -
PredictorExecutionDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
predictorExecutions
→ List<
PredictorExecution> ? -
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.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited