9 references to Clone
Microsoft.ML.TimeSeries (9)
IidChangePointDetector.cs (1)
113clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
IidSpikeDetector.cs (1)
109clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
SequentialAnomalyDetectionTransformBase.cs (1)
410State = (AnomalyDetectionStateBase)_parent.StateRef.Clone();
SequentialForecastingTransformBase.cs (1)
259State = (ForecastingStateBase)_parent.StateRef.Clone();
SRCNNAnomalyDetector.cs (1)
145clone.InternalTransform.StateRef = (SrCnnAnomalyDetectionBaseCore.State)clone.InternalTransform.StateRef.Clone();
SrCnnTransformBase.cs (1)
253State = (SrCnnStateBase)_parent.StateRef.Clone();
SsaChangePointDetector.cs (1)
123clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
SSaForecasting.cs (1)
164clone.InternalTransform.StateRef = (SsaForecastingBase.State)clone.InternalTransform.StateRef.Clone();
SsaSpikeDetector.cs (1)
136clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();