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