From 4d53fa14ee0cd615444aca6f6ba176e0ccc1b5be Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:06:12 -0400 Subject: init --- .../Content/Distance functions.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SI/Resource/Fundamentals of Data Mining/Content/Distance functions.md (limited to 'SI/Resource/Fundamentals of Data Mining/Content/Distance functions.md') diff --git a/SI/Resource/Fundamentals of Data Mining/Content/Distance functions.md b/SI/Resource/Fundamentals of Data Mining/Content/Distance functions.md new file mode 100644 index 0000000..0b1c658 --- /dev/null +++ b/SI/Resource/Fundamentals of Data Mining/Content/Distance functions.md @@ -0,0 +1,24 @@ +--- +id: Distance functions +aliases: + - Numeric +tags: [] +--- + +## Numeric + +### Minkowski distance + +![[CleanShot 2023-10-23 at 18.16.28@2x.png]] + +### Sepcial Cases of Minkowski Distance + +![[CleanShot 2023-10-23 at 18.17.24@2x.png]] + +- Manhattan (or city block) distance +- Euclidean distance +- "supremum" distance + +### Example: Special Cases + +![[CleanShot 2023-10-23 at 18.18.06@2x.png]] -- cgit v1.2.3