1 instantiation of Batch
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
232=> new Batch(_options.BatchSize, _outputLength, _options.Threshold, _options.Sensitivity, _options.DetectMode, _options.Period, _options.DeseasonalityMode);
5 references to Batch
Microsoft.ML.TimeSeries (5)
SrCnnEntireAnomalyDetector.cs (5)
135internal sealed class SrCnnEntireAnomalyDetector : BatchDataViewMapperBase<double, SrCnnEntireAnomalyDetector.Batch> 224protected override Delegate[] CreateGetters(DataViewRowCursor input, Batch currentBatch, bool[] active) 231protected override Batch CreateBatch(DataViewRowCursor input) 254protected override void ProcessExample(Batch currentBatch, double currentInput) 259protected override void ProcessBatch(Batch currentBatch)