3 references to MutualInformationFeatureSelectionUtils
Microsoft.ML.Transforms (3)
MutualInformationFeatureSelection.cs (3)
185
var scores =
MutualInformationFeatureSelectionUtils
.TrainCore(_host, input, _labelColumnName, colArr, _numBins, colSizes);
225
if (!(label.IsKey ||
MutualInformationFeatureSelectionUtils
.IsValidColumnType(label.ItemType)))
236
if (!
MutualInformationFeatureSelectionUtils
.IsValidColumnType(col.ItemType))