mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-14 23:49:01 +00:00
fix link
This commit is contained in:
parent
6a6baddb36
commit
71db9b1d52
1 changed files with 3 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
//// * [`sorensen_dice_coefficient`](#sorensen_dice_coefficient)
|
||||
//// * [`tversky_index`](#tversky_index)
|
||||
//// * [`overlap_coefficient`](#overlap_coefficient)
|
||||
//// * [`levenshtein_distance`](#levenshtein_distance)
|
||||
//// * **Basic statistical measures**
|
||||
//// * [`mean`](#mean)
|
||||
//// * [`median`](#median)
|
||||
|
@ -1014,8 +1015,8 @@ pub fn cosine_similarity(
|
|||
/// - deletions
|
||||
/// - substitutions
|
||||
///
|
||||
/// Note: The implementation is primarily based on the elixir implementation
|
||||
/// [https://hex.pm/packages/levenshtein](levenshtein).
|
||||
/// Note: The implementation is primarily based on the Elixir implementation
|
||||
/// [levenshtein](https://hex.pm/packages/levenshtein).
|
||||
///
|
||||
/// <details>
|
||||
/// <summary>Example:</summary>
|
||||
|
|
Loading…
Reference in a new issue