2 instantiations of State
Microsoft.ML.TimeSeries (2)
IidAnomalyDetectionBase.cs (2)
105
StateRef = new
State
();
114
StateRef = new
State
(ctx.Reader);
7 references to State
Microsoft.ML.TimeSeries (7)
IidAnomalyDetectionBase.cs (5)
97
internal class IidAnomalyDetectionBase : SequentialAnomalyDetectionTransformBase<Single, IidAnomalyDetectionBase.
State
>
169
private protected override void CloneCore(
State
state)
172
Contracts.Assert(state is
State
);
173
var
stateLocal = state as
State
;
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();