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