5 writes to Period
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
699
Period
= 288,
746
Period
= 0,
801
Period
= 288,
860
Period
= 0,
928
Period
= 0,
5 references to Period
Microsoft.ML.TimeSeries (5)
SrCnnEntireAnomalyDetector.cs (5)
205
Host.CheckUserArg(options.
Period
>= 0, nameof(options.
Period
), "Must be an integer equal to or greater than 0.");
208
Host.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);