5 references to Options
Microsoft.ML.Transforms (5)
CountFeatureSelection.cs (4)
16
[assembly: LoadableClass(CountFeatureSelectingEstimator.Summary, typeof(IDataTransform), typeof(CountFeatureSelectingEstimator), typeof(CountFeatureSelectingEstimator.
Options
), typeof(SignatureDataTransform),
227
internal static IDataTransform Create(IHostEnvironment env,
Options
options, IDataView input)
310
throw env.ExceptUserArg(nameof(CountFeatureSelectingEstimator.
Options
.Columns), "Source column '{0}' not found", colName);
314
throw env.ExceptUserArg(nameof(CountFeatureSelectingEstimator.
Options
.Columns), "Variable length column '{0}' is not allowed", colName);
EntryPoints\SelectFeatures.cs (1)
19
public static CommonOutputs.TransformOutput CountSelect(IHostEnvironment env, CountFeatureSelectingEstimator.
Options
input)