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