5 references to IsColumnTypeValid
Microsoft.ML.Data (5)
Transforms\Hashing.cs (5)
151
if (!HashingEstimator.
IsColumnTypeValid
(type))
352
Host.Assert(HashingEstimator.
IsColumnTypeValid
(srcType));
404
Host.Assert(HashingEstimator.
IsColumnTypeValid
(srcType.ItemType));
466
Host.Assert(HashingEstimator.
IsColumnTypeValid
(srcType));
1961
if (!
IsColumnTypeValid
(col.ItemType))