1 write to WindowSize
Microsoft.ML.TimeSeries (1)
SequentialTransformBase.cs (1)
123WindowSize = windowSize;
3 references to WindowSize
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (3)
126WindowedBuffer = (WindowSize > 0) ? new FixedSizeQueue<TInput>(WindowSize) : new FixedSizeQueue<TInput>(1); 160if (InitialWindowedBuffer.Count >= InitialWindowSize - WindowSize)