3 instantiations of PingerArgument
Microsoft.ML.TimeSeries (3)
PredictionEngine.cs (3)
291
_pinger(new
PingerArgument
()
308
_pinger(new
PingerArgument
()
329
_pinger(new
PingerArgument
()
30 references to PingerArgument
Microsoft.ML.TimeSeries (30)
PredictionEngine.cs (5)
37
public abstract Action<
PingerArgument
> GetPinger();
44
Action<
PingerArgument
> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer);
67
private Action<
PingerArgument
> _pinger;
207
internal Action<
PingerArgument
> CreatePinger(List<StatefulRow> rows)
211
Action<
PingerArgument
> pinger = null;
SequentialAnomalyDetectionTransformBase.cs (5)
380
public Action<
PingerArgument
> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
383
Action<
PingerArgument
> pinger = null;
390
private Action<
PingerArgument
> MakePinger(DataViewRow input, AnomalyDetectionStateBase state)
394
Action<
PingerArgument
> pinger = (
PingerArgument
args) =>
SequentialForecastingTransformBase.cs (5)
221
public Action<
PingerArgument
> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
224
Action<
PingerArgument
> pinger = null;
231
private Action<
PingerArgument
> MakePinger(DataViewRow input, ForecastingStateBase state)
235
Action<
PingerArgument
> pinger = (
PingerArgument
args) =>
SequentialTransformerBase.cs (10)
624
private readonly Action<
PingerArgument
> _pinger;
635
public RowImpl(ColumnBindings bindings, DataViewRow input, Delegate[] getters, Action<
PingerArgument
> pinger, Action disposer)
674
public override Action<
PingerArgument
> GetPinger() =>
675
_pinger as Action<
PingerArgument
> ?? throw Contracts.Except("Invalid TValue in GetPinger: '{0}'", typeof(
PingerArgument
));
948
private readonly Action<
PingerArgument
> _pinger;
960
DataViewSchema schema, Delegate[] getters, Action<
PingerArgument
> pinger, Action disposer)
999
public override Action<
PingerArgument
> GetPinger() =>
1000
_pinger as Action<
PingerArgument
> ?? throw Contracts.Except("Invalid TValue in GetPinger: '{0}'", typeof(
PingerArgument
));
SrCnnTransformBase.cs (5)
223
public Action<
PingerArgument
> CreatePinger(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
226
Action<
PingerArgument
> pinger = null;
233
private Action<
PingerArgument
> MakePinger(DataViewRow input, SrCnnStateBase state)
237
Action<
PingerArgument
> pinger = (
PingerArgument
args) =>