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