13 references to Clone
Microsoft.ML.TimeSeries (13)
AdaptiveSingularSpectrumSequenceModeler.cs (1)
321
_buffer = model._buffer.
Clone
();
IidAnomalyDetectionBase.cs (2)
174
stateLocal.WindowedBuffer = WindowedBuffer.
Clone
();
175
stateLocal.InitialWindowedBuffer = InitialWindowedBuffer.
Clone
();
SequentialAnomalyDetectionTransformBase.cs (2)
452
stateLocal.LogMartingaleUpdateBuffer = LogMartingaleUpdateBuffer.
Clone
();
453
stateLocal.RawScoreBuffer = RawScoreBuffer.
Clone
();
SequentialTransformerBase.cs (2)
319
state.WindowedBuffer = WindowedBuffer.
Clone
();
320
state.InitialWindowedBuffer = InitialWindowedBuffer.
Clone
();
SrCnnAnomalyDetectionBase.cs (2)
164
stateLocal.WindowedBuffer = WindowedBuffer.
Clone
();
165
stateLocal.InitialWindowedBuffer = InitialWindowedBuffer.
Clone
();
SsaAnomalyDetectionBase.cs (2)
321
stateLocal.WindowedBuffer = WindowedBuffer.
Clone
();
322
stateLocal.InitialWindowedBuffer = InitialWindowedBuffer.
Clone
();
SsaForecastingBase.cs (2)
239
stateLocal.WindowedBuffer = WindowedBuffer.
Clone
();
240
stateLocal.InitialWindowedBuffer = InitialWindowedBuffer.
Clone
();