1 write to Row
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1490
Row
= row;
8 references to Row
Microsoft.ML.Data (8)
Transforms\Hashing.cs (8)
1607
return 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]);
1707
var simple = InvertHashUtils.GetSimpleMapper<T>(
Row
.Schema, _srcCol);