1 reference to MinRecurrentCount
Microsoft.ML.TimeSeries (1)
SeasonalityDetector.cs (1)
331
if (bestPeriod <= 1 || bestPeriod > MaxLag || timeSeriesLength <
MinRecurrentCount
* bestPeriod)