2 writes to ThresholdScore
Microsoft.ML.TimeSeries (2)
SequentialAnomalyDetectionTransformBase.cs (2)
184
ThresholdScore
= alertingScore;
216
ThresholdScore
= (AlertingScore)temp;
21 references to ThresholdScore
Microsoft.ML.TimeSeries (21)
IidChangePointDetector.cs (2)
164
InternalTransform.Host.CheckDecode(InternalTransform.
ThresholdScore
== AlertingScore.MartingaleScore);
179
InternalTransform.Host.Assert(InternalTransform.
ThresholdScore
== AlertingScore.MartingaleScore);
IidSpikeDetector.cs (2)
146
InternalTransform.Host.CheckDecode(InternalTransform.
ThresholdScore
== AlertingScore.PValueScore);
160
InternalTransform.Host.Assert(InternalTransform.
ThresholdScore
== AlertingScore.PValueScore);
SequentialAnomalyDetectionTransformBase.cs (13)
189
OutputLength = GetOutputLength(
ThresholdScore
, Host);
218
Host.CheckDecode(Martingale != MartingaleType.None ||
ThresholdScore
!= AlertingScore.MartingaleScore);
219
Host.CheckDecode(WindowSize > 0 ||
ThresholdScore
== AlertingScore.RawScore);
230
Host.CheckDecode(
ThresholdScore
!= AlertingScore.PValueScore || (0 <= AlertThreshold && AlertThreshold <= 1));
232
OutputLength = GetOutputLength(
ThresholdScore
, Host);
241
Host.Assert(Enum.IsDefined(typeof(AlertingScore),
ThresholdScore
));
242
Host.Assert(Martingale != MartingaleType.None ||
ThresholdScore
!= AlertingScore.MartingaleScore);
243
Host.Assert(WindowSize > 0 ||
ThresholdScore
== AlertingScore.RawScore);
247
Host.Assert(
ThresholdScore
!= AlertingScore.PValueScore || (0 <= AlertThreshold && AlertThreshold <= 1));
259
ctx.Writer.Write((byte)
ThresholdScore
);
544
if (Parent.
ThresholdScore
== AlertingScore.RawScore)
587
if (Parent.Martingale != MartingaleType.None && Parent.
ThresholdScore
== AlertingScore.MartingaleScore)
624
switch (Parent.
ThresholdScore
)
SsaChangePointDetector.cs (2)
174
InternalTransform.Host.CheckDecode(InternalTransform.
ThresholdScore
== AlertingScore.MartingaleScore);
186
InternalTransform.Host.Assert(InternalTransform.
ThresholdScore
== AlertingScore.MartingaleScore);
SsaSpikeDetector.cs (2)
157
InternalTransform.Host.CheckDecode(InternalTransform.
ThresholdScore
== AlertingScore.PValueScore);
168
InternalTransform.Host.Assert(InternalTransform.
ThresholdScore
== AlertingScore.PValueScore);