7 references to RawScore
Microsoft.ML.TimeSeries (7)
SequentialAnomalyDetectionTransformBase.cs (7)
157case AlertingScore.RawScore: 177Host.CheckUserArg(windowSize > 0 || alertingScore == AlertingScore.RawScore, nameof(ArgumentsBase.AlertOn), 179+ nameof(ArgumentsBase.AlertOn) + " = " + nameof(AlertingScore.RawScore) + ")"); 219Host.CheckDecode(WindowSize > 0 || ThresholdScore == AlertingScore.RawScore); 243Host.Assert(WindowSize > 0 || ThresholdScore == AlertingScore.RawScore); 544if (Parent.ThresholdScore == AlertingScore.RawScore) 626case AlertingScore.RawScore: