2 writes to DiscountFactor
Microsoft.ML.TimeSeries (2)
SsaChangePointDetector.cs (1)
87
DiscountFactor
= 1;
SsaSpikeDetector.cs (1)
82
DiscountFactor
= 1;
4 references to DiscountFactor
Microsoft.ML.TimeSeries (4)
SsaAnomalyDetectionBase.cs (4)
195
Host.CheckUserArg(0 <= options.
DiscountFactor
&& options.
DiscountFactor
<= 1, nameof(options.
DiscountFactor
), "Must be in the range [0, 1].");
199
DiscountFactor = options.
DiscountFactor
;