uf3.data.composition.unpack_szudzik_hash¶
- unpack_szudzik_hash(hash_list: numpy.ndarray, n_iter: int) numpy.ndarray[source]¶
Recursive application of pairing function for d columns.
- Parameters
hash_list (np.ndarray) – n x 1 integer array of hashes.
n_iter (int) – number of resulting columns.
- Returns
integer array of unhashed values (n_iter columns).