6 writes to Sensitivity
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
292Sensitivity = sensitivity,
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
697Sensitivity = 64.0, 744Sensitivity = 80.0, 799Sensitivity = 63.0, 858Sensitivity = 80.0, 926Sensitivity = 99.0,
4 references to Sensitivity
Microsoft.ML.TimeSeries (4)
SrCnnEntireAnomalyDetector.cs (4)
219Host.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);