Click or drag to resize

InputDataExtraPredictorKeys Property

Gets the non-null, possibly-empty, immutable set of extra-predictor keys that this InputData (and each InputPeriod within it) has extra-predictor figures for.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<string> ExtraPredictorKeys { get; }

Property Value

ReadOnlyCollectionString
See Also