5 references to Columns
Microsoft.ML.Transforms (5)
CountFeatureSelection.cs (5)
233
host.CheckUserArg(Utils.Size(options.
Columns
) > 0, nameof(options.
Columns
));
236
var columnOptions = options.
Columns
.Select(inColName => new ColumnOptions(inColName, count: options.Count)).ToArray();
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);