Skip to content

Commit

Permalink
"CosineSimilarity" typo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo-Loco authored Jan 26, 2024
1 parent ddc8e45 commit eef5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ A small but growing list of pre-converted models can be found in this repo on [H
| Metric | Description |
| --- | --- |
| `DotProduct` | Measures the similarity between two vectors as the product of their magnitudes |
| `CostineSimilarity` | Calculates similarity by measuring the cosine of the angle between two vectors |
| `CosineSimilarity` | Calculates similarity by measuring the cosine of the angle between two vectors |
| `EuclideanDistance` | Computes the straight-line distance between two points in Euclidean space |

Metrics conform to the `DistanceMetricProtocol` and can be used interchangeably with the `SimilarityIndex` class.
Expand Down

0 comments on commit eef5ab0

Please sign in to comment.