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)
472writer.Write(_martingaleAlertCounter); 637if (_martingaleAlertCounter > 0) 644_martingaleAlertCounter = _martingaleAlertCounter < 0 ? 0 : _martingaleAlertCounter;