Regression |
The RegressionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Returns true if obj is a
RegressionSpec with the same configuration 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) | |
| WithCooling | Returns a new RegressionSpec based on this but also specifying that cooling degree days with the specified base temperature are to be included. | |
| WithExtraPredictorKeys(IEnumerableString) | Returns a new RegressionSpec based on this but also specifying that extra predictors with the specified keys are to be included. | |
| WithExtraPredictorKeys(String) | Returns a new RegressionSpec based on this but also specifying that extra predictors with the specified keys are to be included. | |
| WithHeating | Returns a new RegressionSpec based on this but also specifying that heating degree days with the specified base temperature are to be included. |