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);
505
ctx.Writer.Write(
_maxTrendRatio
);
928
if (
_maxTrendRatio
> 1)
1021
maxTrendMagnitude = Math.Min(1,
_maxTrendRatio
);
1042
maxTrendMagnitude = Math.Min(maxTrendMagnitude,
_maxTrendRatio
);