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)
135
internal sealed class SrCnnEntireAnomalyDetector : BatchDataViewMapperBase<double, SrCnnEntireAnomalyDetector.
Batch
>
224
protected override Delegate[] CreateGetters(DataViewRowCursor input,
Batch
currentBatch, bool[] active)
231
protected override
Batch
CreateBatch(DataViewRowCursor input)
254
protected override void ProcessExample(
Batch
currentBatch, double currentInput)
259
protected override void ProcessBatch(
Batch
currentBatch)