1 write to _hash
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1719
_dstGetter(ref
_hash
);
5 references to _hash
Microsoft.ML.Data (5)
Transforms\Hashing.cs (5)
1722
var hashValues =
_hash
.GetValues();
1725
Contracts.Assert(_value.IsDense ==
_hash
.IsDense);
1726
Contracts.Assert(_value.Length ==
_hash
.Length);
1728
if (
_hash
.IsDense)
1735
var hashIndices =
_hash
.GetIndices();