-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Jensen Shannon square root (#233)
Closes #207 The Jensen-Shannon measure implementation in SimSIMD is different from the implementation in SciPy. It turns out that a scaling factor of 0.5 was missed and this fix seems to match the example provided in SciPy. --------- Co-authored-by: Ash Vardanian <[email protected]>
- Loading branch information
1 parent
c124410
commit 5fed772
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters