public static interface PredictorExecutionDetails.Builder extends SdkPojo, CopyableBuilder<PredictorExecutionDetails.Builder,PredictorExecutionDetails>
| Modifier and Type | Method and Description |
|---|---|
PredictorExecutionDetails.Builder |
predictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
PredictorExecutionDetails.Builder |
predictorExecutions(Consumer<PredictorExecution.Builder>... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
PredictorExecutionDetails.Builder |
predictorExecutions(PredictorExecution... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictorExecutionDetails.Builder predictorExecutions(Collection<PredictorExecution> 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.
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.PredictorExecutionDetails.Builder predictorExecutions(PredictorExecution... 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.
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.PredictorExecutionDetails.Builder predictorExecutions(Consumer<PredictorExecution.Builder>... 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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #predictorExecutions(List) .predictorExecutions - a consumer that will call methods on List.Builder #predictorExecutions(List) Copyright © 2020. All rights reserved.