1 write to _srcType
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1493
_srcType
= row.Schema[srcCol].Type;
2 references to _srcType
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1496
_includeSlot =
_srcType
is VectorDataViewType && _ex.UseOrderedHashing;
1574
Contracts.Assert(
_srcType
.GetItemType().RawType == typeof(T));