2 writes to WindowSize
Microsoft.ML.TimeSeries (2)
SequentialTransformerBase.cs (2)
371
WindowSize
= windowSize;
409
WindowSize
= windowSize;
27 references to WindowSize
Microsoft.ML.TimeSeries (27)
IidAnomalyDetectionBase.cs (1)
106
StateRef.InitState(
WindowSize
, InitialWindowSize, this, Host);
IidChangePointDetector.cs (3)
82
WindowSize = transform.InternalTransform.
WindowSize
;
127
InternalTransform.AlertThreshold = Math.Exp(InternalTransform.
WindowSize
* InternalTransform.LogPowerMartigaleBettingFunc(1 - options.Confidence / 100, InternalTransform.PowerMartingaleEpsilon));
130
InternalTransform.AlertThreshold = Math.Exp(InternalTransform.
WindowSize
* InternalTransform.LogMixtureMartigaleBettingFunc(1 - options.Confidence / 100));
IidSpikeDetector.cs (1)
78
WindowSize = transform.InternalTransform.
WindowSize
;
SequentialAnomalyDetectionTransformBase.cs (5)
219
Host.CheckDecode(
WindowSize
> 0 || ThresholdScore == AlertingScore.RawScore);
243
Host.Assert(
WindowSize
> 0 || ThresholdScore == AlertingScore.RawScore);
368
ProcessData processData = _parent.
WindowSize
> 0 ?
401
state.UpdateState(ref src, args.RowPosition, _parent.
WindowSize
> 0);
640
_martingaleAlertCounter = Parent.
WindowSize
;
SequentialForecastingTransformBase.cs (2)
202
ProcessData processData = _parent.
WindowSize
> 0 ?
250
state.UpdateState(ref src, args.RowPosition, _parent.
WindowSize
> 0);
SequentialTransformerBase.cs (4)
421
Host.Assert(
WindowSize
>= 0);
430
ctx.Writer.Write(
WindowSize
);
484
_parent.ConfidenceUpperBoundColumn, InitFunction, _parent.
WindowSize
> 0, _parent.OutputColumnType);
560
state.InitState(_parent.
WindowSize
, _parent.InitialWindowSize, _parent, _parent.Host);
SrCnnAnomalyDetectionBase.cs (2)
96
InitialWindowSize =
WindowSize
;
98
StateRef.InitState(
WindowSize
, InitialWindowSize, this, Host);
SRCNNAnomalyDetector.cs (1)
91
WindowSize = transform.InternalTransform.
WindowSize
;
SrCnnTransformBase.cs (4)
125
Host.Assert(
WindowSize
> 0);
126
Host.Assert(InitialWindowSize ==
WindowSize
);
211
ProcessData processData = _parent.
WindowSize
> 0 ?
244
state.UpdateState(ref src, args.RowPosition, _parent.
WindowSize
> 0);
SsaAnomalyDetectionBase.cs (1)
208
StateRef.InitState(
WindowSize
, InitialWindowSize, this, Host);
SsaChangePointDetector.cs (2)
137
InternalTransform.AlertThreshold = Math.Exp(InternalTransform.
WindowSize
* InternalTransform.LogPowerMartigaleBettingFunc(1 - options.Confidence / 100, InternalTransform.PowerMartingaleEpsilon));
140
InternalTransform.AlertThreshold = Math.Exp(InternalTransform.
WindowSize
* InternalTransform.LogMixtureMartigaleBettingFunc(1 - options.Confidence / 100));
SsaForecastingBase.cs (1)
143
StateRef.InitState(
WindowSize
, InitialWindowSize, this, Host);