1 write to Row
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1490Row = row;
8 references to Row
Microsoft.ML.Data (8)
Transforms\Hashing.cs (8)
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);