Added jaccard_distance function

This commit is contained in:
Andrew Kane
2024-03-25 22:35:53 -07:00
parent e7a7936bb2
commit 791fc2436f
7 changed files with 76 additions and 0 deletions

View File

@@ -728,6 +728,7 @@ Operator | Description | Added
Function | Description | Added
--- | --- | ---
hamming_distance(bit, bit) → double precision | Hamming distance | 0.7.0
jaccard_distance(bit, bit) → double precision | Jaccard distance | 0.7.0
## Installation Notes - Linux and Mac