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