4 writes to _martingaleAlertCounter
Microsoft.ML.TimeSeries (4)
SequentialAnomalyDetectionTransformBase.cs (4)
462
_martingaleAlertCounter
= reader.ReadInt32();
640
_martingaleAlertCounter
= Parent.WindowSize;
643
_martingaleAlertCounter
--;
644
_martingaleAlertCounter
= _martingaleAlertCounter < 0 ? 0 : _martingaleAlertCounter;
4 references to _martingaleAlertCounter
Microsoft.ML.TimeSeries (4)
SequentialAnomalyDetectionTransformBase.cs (4)
472
writer.Write(
_martingaleAlertCounter
);
637
if (
_martingaleAlertCounter
> 0)
644
_martingaleAlertCounter =
_martingaleAlertCounter
< 0 ? 0 :
_martingaleAlertCounter
;