6 writes to WindowSize
Microsoft.ML.TimeSeries (6)
IidChangePointDetector.cs (2)
71WindowSize = options.ChangeHistoryLength; 82WindowSize = transform.InternalTransform.WindowSize;
IidSpikeDetector.cs (2)
67WindowSize = options.PvalueHistoryLength; 78WindowSize = transform.InternalTransform.WindowSize;
SsaChangePointDetector.cs (1)
81WindowSize = options.ChangeHistoryLength;
SsaSpikeDetector.cs (1)
77WindowSize = options.PvalueHistoryLength;
3 references to WindowSize
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (2)
178"When there is no windowed buffering (i.e., " + nameof(ArgumentsBase.WindowSize) + " = 0), the alert can be generated only based on the raw score (i.e., " 193: this(args.WindowSize, args.InitialWindowSize, args.Source, args.Name, name, env, args.Side, args.Martingale,
SsaAnomalyDetectionBase.cs (1)
192: base(options.WindowSize, 0, options.Source, options.Name, name, env, options.Side, options.Martingale, options.AlertOn, options.PowerMartingaleEpsilon, options.AlertThreshold)