1 write to _outputLength
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
198
_outputLength
= _outputLengthArray[(int)options.DetectMode];
2 references to _outputLength
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
200
_bindings = new Bindings(input.Schema, inputColumnName, outputColumnName, new VectorDataViewType(NumberDataViewType.Double,
_outputLength
));
232
=> new Batch(_options.BatchSize,
_outputLength
, _options.Threshold, _options.Sensitivity, _options.DetectMode, _options.Period, _options.DeseasonalityMode);