5 writes to _logMartingaleValue
Microsoft.ML.TimeSeries (5)
SequentialAnomalyDetectionTransformBase.cs (5)
460_logMartingaleValue = reader.ReadDouble(); 605_logMartingaleValue += LogMartingaleUpdateBuffer.Capacity * martingaleUpdate; 609_logMartingaleValue += martingaleUpdate; 610_logMartingaleValue -= LogMartingaleUpdateBuffer.PeekFirst(); 669_logMartingaleValue = 0;
3 references to _logMartingaleValue
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (3)
443protected Double LatestMartingaleScore => Math.Exp(_logMartingaleValue); 470writer.Write(_logMartingaleValue); 614result.Values[3] = Math.Exp(_logMartingaleValue);