3 references to MinTimeSeriesLength
Microsoft.ML.TimeSeries (3)
STL\Loess.cs (3)
52if (xValues.Count < MinTimeSeriesLength || yValues.Count < MinTimeSeriesLength) 53throw Contracts.Except(string.Format("input time series length for Loess is below {0}", MinTimeSeriesLength));