5 writes to Period
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
699Period = 288, 746Period = 0, 801Period = 288, 860Period = 0, 928Period = 0,
5 references to Period
Microsoft.ML.TimeSeries (5)
SrCnnEntireAnomalyDetector.cs (5)
205Host.CheckUserArg(options.Period >= 0, nameof(options.Period), "Must be an integer equal to or greater than 0."); 208Host.CheckUserArg(options.BatchSize >= 4 * options.Period || options.BatchSize == -1 || options.Period == 0, nameof(options.BatchSize), "Must be at least four times the length of one period."); 232=> new Batch(_options.BatchSize, _outputLength, _options.Threshold, _options.Sensitivity, _options.DetectMode, _options.Period, _options.DeseasonalityMode);