3 writes to _maxTrendRatio
Microsoft.ML.TimeSeries (3)
AdaptiveSingularSpectrumSequenceModeler.cs (3)
281_maxTrendRatio = maxGrowth == null ? Double.PositiveInfinity : ((GrowthRatio)maxGrowth).Ratio; 317_maxTrendRatio = model._maxTrendRatio; 427_maxTrendRatio = ctx.Reader.ReadDouble();
7 references to _maxTrendRatio
Microsoft.ML.TimeSeries (7)
AdaptiveSingularSpectrumSequenceModeler.cs (7)
317_maxTrendRatio = model._maxTrendRatio; 428_host.CheckDecode(_maxTrendRatio >= 0); 463_host.Assert(_maxTrendRatio >= 0); 505ctx.Writer.Write(_maxTrendRatio); 928if (_maxTrendRatio > 1) 1021maxTrendMagnitude = Math.Min(1, _maxTrendRatio); 1042maxTrendMagnitude = Math.Min(maxTrendMagnitude, _maxTrendRatio);