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