3 implementations of CreatePinger
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (1)
380public Action<PingerArgument> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
SequentialForecastingTransformBase.cs (1)
221public Action<PingerArgument> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
SrCnnTransformBase.cs (1)
223public Action<PingerArgument> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
2 references to CreatePinger
Microsoft.ML.TimeSeries (2)
SequentialTransformerBase.cs (2)
614var pingers = _mapper.CreatePinger(input, active, out Action pingerDisposer); 939var pingers = _mapper.CreatePinger(input, pred, out Action pingerDisp);