7 references to Arguments
Microsoft.ML.TimeSeries (7)
PercentileThresholdTransform.cs (2)
13[assembly: LoadableClass(PercentileThresholdTransform.Summary, typeof(PercentileThresholdTransform), typeof(PercentileThresholdTransform.Arguments), typeof(SignatureDataTransform), 67public PercentileThresholdTransform(IHostEnvironment env, Arguments args, IDataView input)
SequentialTransformBase.cs (2)
283Host.CheckNonEmpty(inputColumnName, nameof(PercentileThresholdTransform.Arguments.Source)); 284Host.CheckNonEmpty(outputColumnName, nameof(PercentileThresholdTransform.Arguments.Source));
SequentialTransformerBase.cs (2)
364Host.CheckNonEmpty(inputColumnName, nameof(PercentileThresholdTransform.Arguments.Source)); 365Host.CheckNonEmpty(outputColumnName, nameof(PercentileThresholdTransform.Arguments.Source));
TimeSeriesProcessing.cs (1)
61internal static CommonOutputs.TransformOutput PercentileThresholdTransform(IHostEnvironment env, PercentileThresholdTransform.Arguments input)