3 references to Growth
Microsoft.ML.TimeSeries (3)
AdaptiveSingularSpectrumSequenceModeler.cs (3)
44
public Double Ratio { get { return Math.Pow(
Growth
, 1d / TimeSpan); } }
240
_host.CheckParam(maxGrowth == null || maxGrowth.Value.
Growth
>= 0, nameof(GrowthRatio.
Growth
), "The growth must be non-negative.");