2 writes to State
Microsoft.ML.TimeSeries (2)
SequentialAnomalyDetectionTransformBase.cs (2)
328State = (AnomalyDetectionStateBase)_parent.StateRef; 410State = (AnomalyDetectionStateBase)_parent.StateRef.Clone();
2 references to State
Microsoft.ML.TimeSeries (2)
SequentialAnomalyDetectionTransformBase.cs (2)
357getters[0] = MakeGetter(input, State); 385pinger = MakePinger(input, State);