Extra |
The ExtraPredictorSpec type exposes the following members.
Name | Description | |
---|---|---|
ExtraPredictorSpec | Constructs an ExtraPredictorSpec with the specified PredictorType and ExpectedCorrelation. |
Name | Description | |
---|---|---|
ExpectedCorrelation | Returns the ExpectedCorrelation that defines how the extra predictor is expected to correlate with energy usage. | |
PredictorType | Gets the PredictorType that defines how the extra predictor's figures vary with the length of the periods they are measured over. |
Name | Description | |
---|---|---|
Equals |
Returns true if obj is an
ExtraPredictorSpec with the same PredictorType
and ExpectedCorrelation as this.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
These are held by the RegressionTestPlan. There's some sample code in the regression API docs on our website, and also there's some additional practical information on specifying and using extra predictors in the docs for our website regression tool (which itself uses the API internally).
Version | Description |
---|---|
1.4 | This was added in version 1.4. |