Skip to content

Commit

Permalink
Add Chebyshev distance to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Mar 2, 2024
1 parent cc0d818 commit ae967a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2266,6 +2266,7 @@ $d⟮X、Y⟯ = Distance::canberra($X, Y);
brayCurtis = Distance::brayCurtis($X, $Y);
$cosine = Distance::cosine($X, $Y);
$cos⟮α⟯ = Distance::cosineSimilarity($X, $Y);
$D⟮X、Y⟯ = Distance::chebyshev($X, $Y);

// Mahalanobis distance
$x = new Matrix([[6], [5]]);
Expand Down

0 comments on commit ae967a3

Please sign in to comment.