-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation and introduce simple synthetic examples (#4)
Improved documentation and added multiple fixes. - Changed the way that an "uncertainty" is provided. That is, while "distances" and "similarities" are provided by a user through a function call, an "uncertainty" was originally given as a type. (#13) - Optimized computations in `distance based.jl` (#11) - Implemented a variant of sq. Mahalanobis distance with missing entries, see https://www.jstor.org/stable/3559861 on page 285, fixes #12 - Renamed `MahalanobisDistance` to `SquaredMahalanobisDistance` Fixes #11, #12, and #13 --------- Co-authored-by: Bíma, Jan <[email protected]>
- Loading branch information
1 parent
d1d09c3
commit 87ac18c
Showing
51 changed files
with
4,660 additions
and
491 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
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
Oops, something went wrong.