Click or drag to resize

Builder Methods

The RegressionTestPlanBuilder type exposes the following members.

Methods
 NameDescription
Public methodAddExtraPredictorSpec 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.
Public methodAddRequestedRegressionSpec Adds a specification for a regression that you want to receive in the response from the API.
Public methodBuild Creates a RegressionTestPlan with the configuration currently held by this Builder.
Public methodSetCustomTestCoolingBaseTemperatures(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.
Public methodSetCustomTestCoolingBaseTemperatures(IEnumerableTemperature) Sets custom base temperatures to be used for the CDD in regressions tested by the API.
Public methodSetCustomTestCoolingBaseTemperatures(Temperature) Sets custom base temperatures to be used for the CDD in regressions tested by the API.
Public methodSetCustomTestHeatingBaseTemperatures(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.
Public methodSetCustomTestHeatingBaseTemperatures(IEnumerableTemperature) Sets custom base temperatures to be used for the HDD in regressions tested by the API.
Public methodSetCustomTestHeatingBaseTemperatures(Temperature) Sets custom base temperatures to be used for the HDD in regressions tested by the API.
Public methodSetDayNormalization Sets the DayNormalization to be used in the regression process.
Public methodSetExtraPredictorSpecs 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.
Public methodSetRequestedRegressionSpecs(IEnumerableRegressionSpec) Sets specifications for up to 60 regressions that you want to receive in the response from the API.
Public methodSetRequestedRegressionSpecs(RegressionSpec) Sets specifications for up to 60 regressions that you want to receive in the response from the API.
Top
See Also