3 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);
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
664_srcTextGetters[col.Index] = InvertHashUtils.GetSimpleMapper<uint>(inputSchema, col.Index);