This commit is contained in:
Robert Schulze 2023-05-08 12:05:44 +00:00
parent 500f3d3951
commit bb5a25e81c
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -11,7 +11,7 @@
/// Implementation of entropy-learned hashing: https://dl.acm.org/doi/10.1145/3514221.3517894
/// TODOs for future work:
/// - allow to specify an arbitrary hash funtion (currently always CityHash is used)
/// - allow to specify an arbitrary hash function (currently always CityHash is used)
/// - allow function chaining a la entropyLearnedHash(trainEntropyLearnedHash())