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