6 references to Columns
Microsoft.ML.Transforms (6)
MutualInformationFeatureSelection.cs (6)
264host.CheckNonEmpty(options.Columns, nameof(options.Columns)); 269(string outputColumnName, string inputColumnName)[] cols = options.Columns.Select(col => (col, col)).ToArray(); 462throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns), 469throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns), 475throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns),