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