2 references to GetSimpleMapper
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1607return InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol); 1707var simple = InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol);