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