6 writes to AlertOn
Microsoft.ML.TimeSeries (6)
IidChangePointDetector.cs (2)
74AlertOn = AlertingScore.MartingaleScore; 85AlertOn = AlertingScore.MartingaleScore;
IidSpikeDetector.cs (2)
69AlertOn = AlertingScore.PValueScore; 80AlertOn = AlertingScore.PValueScore;
SsaChangePointDetector.cs (1)
86AlertOn = AlertingScore.MartingaleScore;
SsaSpikeDetector.cs (1)
81AlertOn = AlertingScore.PValueScore;
5 references to AlertOn
Microsoft.ML.TimeSeries (5)
SequentialAnomalyDetectionTransformBase.cs (4)
175Host.CheckUserArg(Enum.IsDefined(typeof(AlertingScore), alertingScore), nameof(ArgumentsBase.AlertOn), "Value is undefined."); 177Host.CheckUserArg(windowSize > 0 || alertingScore == AlertingScore.RawScore, nameof(ArgumentsBase.AlertOn), 179+ nameof(ArgumentsBase.AlertOn) + " = " + nameof(AlertingScore.RawScore) + ")"); 194args.AlertOn, args.PowerMartingaleEpsilon, args.AlertThreshold)
SsaAnomalyDetectionBase.cs (1)
192: base(options.WindowSize, 0, options.Source, options.Name, name, env, options.Side, options.Martingale, options.AlertOn, options.PowerMartingaleEpsilon, options.AlertThreshold)