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