14 writes to StateRef
Microsoft.ML.TimeSeries (14)
IidAnomalyDetectionBase.cs (2)
105StateRef = new State(); 114StateRef = new State(ctx.Reader);
IidChangePointDetector.cs (1)
113clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
IidSpikeDetector.cs (1)
109clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
SrCnnAnomalyDetectionBase.cs (2)
97StateRef = new State(); 105StateRef = new State(ctx.Reader);
SRCNNAnomalyDetector.cs (1)
145clone.InternalTransform.StateRef = (SrCnnAnomalyDetectionBaseCore.State)clone.InternalTransform.StateRef.Clone();
SsaAnomalyDetectionBase.cs (2)
207StateRef = new State(); 238StateRef = new State(ctx.Reader);
SsaChangePointDetector.cs (1)
123clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
SSaForecasting.cs (1)
164clone.InternalTransform.StateRef = (SsaForecastingBase.State)clone.InternalTransform.StateRef.Clone();
SsaForecastingBase.cs (2)
142StateRef = new State(); 162StateRef = new State(ctx.Reader);
SsaSpikeDetector.cs (1)
136clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone();
30 references to StateRef
Microsoft.ML.TimeSeries (30)
IidAnomalyDetectionBase.cs (3)
106StateRef.InitState(WindowSize, InitialWindowSize, this, Host); 115StateRef.InitState(this, Host); 147StateRef.Save(ctx.Writer);
IidChangePointDetector.cs (2)
113clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone(); 114clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);
IidSpikeDetector.cs (2)
109clone.InternalTransform.StateRef = (IidAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone(); 110clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);
SequentialAnomalyDetectionTransformBase.cs (2)
328State = (AnomalyDetectionStateBase)_parent.StateRef; 410State = (AnomalyDetectionStateBase)_parent.StateRef.Clone();
SequentialForecastingTransformBase.cs (2)
122State = (ForecastingStateBase)_parent.StateRef; 259State = (ForecastingStateBase)_parent.StateRef.Clone();
SrCnnAnomalyDetectionBase.cs (3)
98StateRef.InitState(WindowSize, InitialWindowSize, this, Host); 106StateRef.InitState(this, Host); 137StateRef.Save(ctx.Writer);
SRCNNAnomalyDetector.cs (2)
145clone.InternalTransform.StateRef = (SrCnnAnomalyDetectionBaseCore.State)clone.InternalTransform.StateRef.Clone(); 146clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);
SrCnnTransformBase.cs (2)
171State = (SrCnnStateBase)_parent.StateRef; 253State = (SrCnnStateBase)_parent.StateRef.Clone();
SsaAnomalyDetectionBase.cs (3)
208StateRef.InitState(WindowSize, InitialWindowSize, this, Host); 242StateRef.InitState(this, Host); 289StateRef.Save(ctx.Writer);
SsaChangePointDetector.cs (2)
123clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone(); 124clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);
SSaForecasting.cs (2)
164clone.InternalTransform.StateRef = (SsaForecastingBase.State)clone.InternalTransform.StateRef.Clone(); 165clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);
SsaForecastingBase.cs (3)
143StateRef.InitState(WindowSize, InitialWindowSize, this, Host); 166StateRef.InitState(this, Host); 207StateRef.Save(ctx.Writer);
SsaSpikeDetector.cs (2)
136clone.InternalTransform.StateRef = (SsaAnomalyDetectionBase.State)clone.InternalTransform.StateRef.Clone(); 137clone.InternalTransform.StateRef.InitState(clone.InternalTransform, InternalTransform.Host);