Skip to content

Commit

Permalink
fix: add cosine similarity to similarity metric help
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrouwer committed Apr 11, 2024
1 parent 78ffc6a commit 1d487b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/similarity.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

* `harmonic_mean` Harmonic mean

* `cosine` Cosine similarity

* `tanimoto` Tanimoto coefficient

* `dice` Dice coefficient
Expand Down
1 change: 1 addition & 0 deletions src/help.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
" \n" \
"* `inner_product` Inner product \n" \
"* `harmonic_mean` Harmonic mean \n" \
"* `cosine` Cosine similarity \n" \
"* `tanimoto` Tanimoto coefficient \n" \
"* `dice` Dice coefficient \n" \
"* `pearson_correlation` Pearson's correlation coefficient \n" \
Expand Down

0 comments on commit 1d487b3

Please sign in to comment.