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)
1722var hashValues = _hash.GetValues(); 1725Contracts.Assert(_value.IsDense == _hash.IsDense); 1726Contracts.Assert(_value.Length == _hash.Length); 1728if (_hash.IsDense) 1735var hashIndices = _hash.GetIndices();