2 writes to InitialWindowSize
Microsoft.ML.TimeSeries (2)
SequentialTransformerBase.cs (2)
79
InitialWindowSize
= reader.ReadInt32();
106
InitialWindowSize
= initialWindowSize;
17 references to InitialWindowSize
Microsoft.ML.TimeSeries (17)
SequentialTransformerBase.cs (17)
85
writer.Write(
InitialWindowSize
);
109
InitialWindowedBuffer = (
InitialWindowSize
> 0) ? new FixedSizeQueue<TInput>(
InitialWindowSize
) : new FixedSizeQueue<TInput>(1);
154
if (InitialWindowedBuffer.Count <
InitialWindowSize
)
157
if (InitialWindowedBuffer.Count >=
InitialWindowSize
- WindowSize && buffer)
175
if (InitialWindowedBuffer.Count <
InitialWindowSize
)
179
if (InitialWindowedBuffer.Count ==
InitialWindowSize
)
184
TransformCore(ref input, WindowedBuffer, RowCounter -
InitialWindowSize
, ref output1, ref output2, ref output3);
194
if (InitialWindowedBuffer.Count <
InitialWindowSize
)
198
if (InitialWindowedBuffer.Count ==
InitialWindowSize
)
202
TransformCore(ref input, WindowedBuffer, RowCounter -
InitialWindowSize
, ref output1, ref output2, ref output3);
211
if (InitialWindowedBuffer.Count <
InitialWindowSize
)
215
if (InitialWindowedBuffer.Count ==
InitialWindowSize
)
220
TransformCore(ref input, WindowedBuffer, RowCounter -
InitialWindowSize
, ref output);
230
if (InitialWindowedBuffer.Count <
InitialWindowSize
)
234
if (InitialWindowedBuffer.Count ==
InitialWindowSize
)
238
TransformCore(ref input, WindowedBuffer, RowCounter -
InitialWindowSize
, ref output);