5 references to Columns
Microsoft.ML.Transforms (5)
CountFeatureSelection.cs (5)
233host.CheckUserArg(Utils.Size(options.Columns) > 0, nameof(options.Columns)); 236var columnOptions = options.Columns.Select(inColName => new ColumnOptions(inColName, count: options.Count)).ToArray(); 310throw env.ExceptUserArg(nameof(CountFeatureSelectingEstimator.Options.Columns), "Source column '{0}' not found", colName); 314throw env.ExceptUserArg(nameof(CountFeatureSelectingEstimator.Options.Columns), "Variable length column '{0}' is not allowed", colName);