Click or drag to resize

RegressionSpec Methods

The RegressionSpec type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is a RegressionSpec with the same configuration as this.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Public methodWithCooling Returns a new RegressionSpec based on this but also specifying that cooling degree days with the specified base temperature are to be included.
Public methodWithExtraPredictorKeys(IEnumerableString) Returns a new RegressionSpec based on this but also specifying that extra predictors with the specified keys are to be included.
Public methodWithExtraPredictorKeys(String) Returns a new RegressionSpec based on this but also specifying that extra predictors with the specified keys are to be included.
Public methodWithHeating Returns a new RegressionSpec based on this but also specifying that heating degree days with the specified base temperature are to be included.
Top
See Also