InputPeriodExtraPredictorKeys Property |
Gets the non-null, possibly-empty, immutable set of extra-predictor
keys that this InputPeriod has extra-predictor figures for.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<string> ExtraPredictorKeys { get; }
Public ReadOnly Property ExtraPredictorKeys As ReadOnlyCollection(Of String)
Get
Property Value
ReadOnlyCollectionStringSee Also