6 writes to Threshold
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
290Threshold = threshold,
Microsoft.ML.TimeSeries.Tests (5)
TimeSeriesDirectApi.cs (5)
695Threshold = 0.3, 742Threshold = 0.3, 797Threshold = 0.23, 856Threshold = 0.30, 924Threshold = 0.10,
4 references to Threshold
Microsoft.ML.TimeSeries (4)
SrCnnEntireAnomalyDetector.cs (4)
210Host.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);