2 writes to AlertThreshold
Microsoft.ML.TimeSeries (2)
SrCnnTransformBase.cs (2)
83
AlertThreshold
= alertThreshold;
110
AlertThreshold
= ctx.Reader.ReadDouble();
7 references to AlertThreshold
Microsoft.ML.TimeSeries (7)
SrCnnAnomalyDetectionBase.cs (1)
235
var detres = score > Parent.
AlertThreshold
? 1 : 0;
SRCNNAnomalyDetector.cs (1)
97
Threshold = transform.InternalTransform.
AlertThreshold
;
SrCnnTransformBase.cs (5)
111
Host.CheckDecode(
AlertThreshold
>= 0 &&
AlertThreshold
<= 1);
131
Host.Assert(
AlertThreshold
>= 0 &&
AlertThreshold
<= 1);
138
ctx.Writer.Write(
AlertThreshold
);