2 writes to DiscountFactor
Microsoft.ML.TimeSeries (2)
SsaAnomalyDetectionBase.cs (2)
199DiscountFactor = options.DiscountFactor; 228DiscountFactor = ctx.Reader.ReadSingle();
10 references to DiscountFactor
Microsoft.ML.TimeSeries (10)
SsaAnomalyDetectionBase.cs (6)
205DiscountFactor, RankSelectionMethod.Exact, null, SeasonalWindowSize / 2, false, false); 229Host.CheckDecode(0 <= DiscountFactor && DiscountFactor <= 1); 271Host.Assert(0 <= DiscountFactor && DiscountFactor <= 1); 286ctx.Writer.Write(DiscountFactor);
SsaChangePointDetector.cs (2)
176InternalTransform.Host.CheckDecode(InternalTransform.DiscountFactor == 1); 188InternalTransform.Host.Assert(InternalTransform.DiscountFactor == 1);
SsaSpikeDetector.cs (2)
158InternalTransform.Host.CheckDecode(InternalTransform.DiscountFactor == 1); 169InternalTransform.Host.Assert(InternalTransform.DiscountFactor == 1);