Regression |
public RegressionRequest( Location location, InputData inputData, RegressionTestPlan testPlan )
Exception | Condition |
---|---|
ArgumentNullException | location, inputData, or testPlan are null. |
ArgumentException | inputData contains extra-predictor data but testPlan does not contain an ExtraPredictorSpec for each extra-predictor key included, or if testPlan contains a requested RegressionSpec with an extra-predictor key that does not have data in inputData. |