6 writes to Sensitivity
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
292
Sensitivity
= sensitivity,
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
697
Sensitivity
= 64.0,
744
Sensitivity
= 80.0,
799
Sensitivity
= 63.0,
858
Sensitivity
= 80.0,
926
Sensitivity
= 99.0,
4 references to Sensitivity
Microsoft.ML.TimeSeries (4)
SrCnnEntireAnomalyDetector.cs (4)
219
Host.CheckUserArg(options.
Sensitivity
>= 0 && options.
Sensitivity
<= 100, nameof(options.
Sensitivity
), "Must be in [0,100].");
232
=> new Batch(_options.BatchSize, _outputLength, _options.Threshold, _options.
Sensitivity
, _options.DetectMode, _options.Period, _options.DeseasonalityMode);