Builder Methods |
The RegressionTestPlanBuilder type exposes the following members.
Name | Description | |
---|---|---|
AddExtraPredictorSpec | Adds a specification for an extra predictor included in the InputData sent to the API, to help the API test and rank the regressions that include data for that extra predictor. | |
AddRequestedRegressionSpec | Adds a specification for a regression that you want to receive in the response from the API. | |
Build | Creates a RegressionTestPlan with the configuration currently held by this Builder. | |
SetCustomTestCoolingBaseTemperatures(Double) | Sets custom base temperatures to be used for the CDD in regressions tested by the API, assuming the temperature unit (Celsius or Fahrenheit) this Builder was constructed with. | |
SetCustomTestCoolingBaseTemperatures(IEnumerableTemperature) | Sets custom base temperatures to be used for the CDD in regressions tested by the API. | |
SetCustomTestCoolingBaseTemperatures(Temperature) | Sets custom base temperatures to be used for the CDD in regressions tested by the API. | |
SetCustomTestHeatingBaseTemperatures(Double) | Sets custom base temperatures to be used for the HDD in regressions tested by the API, assuming the temperature unit (Celsius or Fahrenheit) this Builder was constructed with. | |
SetCustomTestHeatingBaseTemperatures(IEnumerableTemperature) | Sets custom base temperatures to be used for the HDD in regressions tested by the API. | |
SetCustomTestHeatingBaseTemperatures(Temperature) | Sets custom base temperatures to be used for the HDD in regressions tested by the API. | |
SetDayNormalization | Sets the DayNormalization to be used in the regression process. | |
SetExtraPredictorSpecs | Sets the specifications for the extra predictors included in the InputData sent to the API, to help the API test and rank the regressions that include data for those extra predictors. | |
SetRequestedRegressionSpecs(IEnumerableRegressionSpec) | Sets specifications for up to 60 regressions that you want to receive in the response from the API. | |
SetRequestedRegressionSpecs(RegressionSpec) | Sets specifications for up to 60 regressions that you want to receive in the response from the API. |