3 references to UpdateState
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (1)
401state.UpdateState(ref src, args.RowPosition, _parent.WindowSize > 0);
SequentialForecastingTransformBase.cs (1)
250state.UpdateState(ref src, args.RowPosition, _parent.WindowSize > 0);
SrCnnTransformBase.cs (1)
244state.UpdateState(ref src, args.RowPosition, _parent.WindowSize > 0);