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