2 references to MinTimeSeriesLength
Microsoft.ML.TimeSeries (2)
STL\InnerStl.cs (2)
122if (yValues.Count < MinTimeSeriesLength) 123throw Contracts.Except(string.Format("input time series length for InnerStl is below {0}", MinTimeSeriesLength));