From e1be13bc94b13fcebb682e8c5d8e00e60c325b5d Mon Sep 17 00:00:00 2001 From: Jianmin Wang Date: Wed, 29 May 2024 15:15:35 +0900 Subject: [PATCH] Update README.md --- analysis/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/analysis/README.md b/analysis/README.md index 9db2ebe..320e63f 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -1,3 +1,6 @@ + +### Euclidean Distance + Euclidean Distance calculation formula is as follows: $d(p,q)=\sqrt{\sum_{i=1}^n(p_i-q_i)^2}$