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