6 writes to AlertOn
Microsoft.ML.TimeSeries (6)
IidChangePointDetector.cs (2)
74
AlertOn
= AlertingScore.MartingaleScore;
85
AlertOn
= AlertingScore.MartingaleScore;
IidSpikeDetector.cs (2)
69
AlertOn
= AlertingScore.PValueScore;
80
AlertOn
= AlertingScore.PValueScore;
SsaChangePointDetector.cs (1)
86
AlertOn
= AlertingScore.MartingaleScore;
SsaSpikeDetector.cs (1)
81
AlertOn
= AlertingScore.PValueScore;
5 references to AlertOn
Microsoft.ML.TimeSeries (5)
SequentialAnomalyDetectionTransformBase.cs (4)
175
Host.CheckUserArg(Enum.IsDefined(typeof(AlertingScore), alertingScore), nameof(ArgumentsBase.
AlertOn
), "Value is undefined.");
177
Host.CheckUserArg(windowSize > 0 || alertingScore == AlertingScore.RawScore, nameof(ArgumentsBase.
AlertOn
),
179
+ nameof(ArgumentsBase.
AlertOn
) + " = " + nameof(AlertingScore.RawScore) + ")");
194
args.
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)