Skip to content

Commit

Permalink
similarity
Browse files Browse the repository at this point in the history
  • Loading branch information
demotu committed Aug 8, 2023
1 parent e7e89af commit 2dff992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/simila.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def similarity(y: np.ndarray, axis1: int = 0, axis2: int = 1, threshold: float =
nmin : integer, optional, default = 3
If greater than 0, minumum number of vectors to keep.
If lower than 0, maximum number of vectors to discard.
repeat :bool, optional, default = True
repeat : bool, optional, default = True
Whether to calculate similarity `metric` repeatedly, updating the
score calculation each time a vector is discarded.
With `repeat` True, the output `scores` will contain at each row
Expand Down

0 comments on commit 2dff992

Please sign in to comment.