25 references to AddLast
Microsoft.ML.Core (1)
Utilities\FixedSizeQueue.cs (1)
145q.AddLast(this[index]);
Microsoft.ML.TimeSeries (22)
AdaptiveSingularSpectrumSequenceModeler.cs (10)
702window.AddLast(x[j]); 713window.AddLast(temp); 797window.AddLast(x[j]); 808window.AddLast(temp); 1128_buffer.AddLast(_state[i]); 1159_buffer.AddLast(input); 1455lastCol.AddLast(0); 1456lastCol.AddLast(1); 1457lastCol.AddLast(_alpha[_windowSize - 2]); 1465lastCol.AddLast(temp);
SequentialAnomalyDetectionTransformBase.cs (3)
584RawScoreBuffer.AddLast(rawScore); 604LogMartingaleUpdateBuffer.AddLast(martingaleUpdate); 611LogMartingaleUpdateBuffer.AddLast(martingaleUpdate);
SequentialTransformBase.cs (4)
157InitialWindowedBuffer.AddLast(input); 161WindowedBuffer.AddLast(input); 169WindowedBuffer.AddLast(input); 178InitialWindowedBuffer.AddLast(input);
SequentialTransformerBase.cs (3)
156InitialWindowedBuffer.AddLast(input); 158WindowedBuffer.AddLast(input); 163WindowedBuffer.AddLast(input);
TimeSeriesUtils.cs (2)
38q.AddLast(reader.ReadSingle()); 67q.AddLast(reader.ReadDouble());
Microsoft.ML.Transforms (2)
Text\NgramUtils.cs (2)
85_queue.AddLast(curKey); 110_queue.AddLast(curKey);