Skip to content

Commit

Permalink
vault backup: 2023-10-04 17:32:23
Browse files Browse the repository at this point in the history
Affected files:
content/notes/university/year3/cs3002/cs3002-lab1.md
  • Loading branch information
pietraferreira committed Oct 4, 2023
1 parent cffee78 commit 32444ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/notes/university/year3/cs3002/cs3002-lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ I chose 3 and 4.
**a)** What is the Euclidean distance between each of them?

ed = $\sqrt{(32-18)^2+(110-85)^2+(23-27)^2} =$

= $\sqrt{196 + 625 + 16}$

= $\sqrt{837} = 29$

**b)** What is the Manhattan distance between each of them?

$|32 - 18| + |110 - 85| + |23-27| =$

= $14 + 25 + 4 = 43$

**Q2)** Briefly describe three different forms of hierarchical clustering methods.
Expand Down

0 comments on commit 32444ce

Please sign in to comment.