6 writes to Threshold
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
290
Threshold
= threshold,
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
695
Threshold
= 0.3,
742
Threshold
= 0.3,
797
Threshold
= 0.23,
856
Threshold
= 0.30,
924
Threshold
= 0.10,
4 references to Threshold
Microsoft.ML.TimeSeries (4)
SrCnnEntireAnomalyDetector.cs (4)
210
Host.CheckUserArg(options.
Threshold
>= 0 && options.
Threshold
<= 1, nameof(options.
Threshold
), "Must be in [0,1].");
232
=> new Batch(_options.BatchSize, _outputLength, _options.
Threshold
, _options.Sensitivity, _options.DetectMode, _options.Period, _options.DeseasonalityMode);