3 references to IsValidColumnType
Microsoft.ML.Transforms (3)
MutualInformationFeatureSelection.cs (3)
225if (!(label.IsKey || MutualInformationFeatureSelectionUtils.IsValidColumnType(label.ItemType))) 236if (!MutualInformationFeatureSelectionUtils.IsValidColumnType(col.ItemType)) 449if (!IsValidColumnType(labelType))