12 references to PValueScore
Microsoft.ML.TimeSeries (12)
IidSpikeDetector.cs (4)
69
AlertOn = AlertingScore.
PValueScore
;
80
AlertOn = AlertingScore.
PValueScore
;
146
InternalTransform.Host.CheckDecode(InternalTransform.ThresholdScore == AlertingScore.
PValueScore
);
160
InternalTransform.Host.Assert(InternalTransform.ThresholdScore == AlertingScore.
PValueScore
);
SequentialAnomalyDetectionTransformBase.cs (5)
159
case AlertingScore.
PValueScore
:
182
Host.CheckUserArg(alertingScore != AlertingScore.
PValueScore
|| (0 <= alertThreshold && alertThreshold <= 1), nameof(ArgumentsBase.AlertThreshold), "Must be in [0,1].");
230
Host.CheckDecode(ThresholdScore != AlertingScore.
PValueScore
|| (0 <= AlertThreshold && AlertThreshold <= 1));
247
Host.Assert(ThresholdScore != AlertingScore.
PValueScore
|| (0 <= AlertThreshold && AlertThreshold <= 1));
629
case AlertingScore.
PValueScore
:
SsaSpikeDetector.cs (3)
81
AlertOn = AlertingScore.
PValueScore
;
157
InternalTransform.Host.CheckDecode(InternalTransform.ThresholdScore == AlertingScore.
PValueScore
);
168
InternalTransform.Host.Assert(InternalTransform.ThresholdScore == AlertingScore.
PValueScore
);