1 write to _srcCol
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1492_srcCol = srcCol;
5 references to _srcCol
Microsoft.ML.Data (5)
Transforms\Hashing.cs (5)
1607return InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol); 1632_srcGetter = Row.GetGetter<T>(Row.Schema[_srcCol]); 1666_srcGetter = Row.GetGetter<VBuffer<T>>(Row.Schema[_srcCol]); 1700_srcGetter = Row.GetGetter<VBuffer<T>>(Row.Schema[_srcCol]); 1707var simple = InvertHashUtils.GetSimpleMapper<T>(Row.Schema, _srcCol);