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