Click or drag to resize

RegressionTestPlanGetExtraPredictorSpec Method

Returns the non-null ExtraPredictorSpec associated with the specified string extraPredictorKey.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ExtraPredictorSpec GetExtraPredictorSpec(
	string extraPredictorKey
)

Parameters

extraPredictorKey  String
A non-null, non-empty string key.

Return Value

ExtraPredictorSpec
Exceptions
ExceptionCondition
ArgumentNullExceptionextraPredictorKey is null.
ArgumentExceptionextraPredictorKey is not associated with an ExtraPredictorSpec in this object.
See Also