Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) Find some data examples and show examples of calculating a. Euclidean distance b. L1 distance 2) Prove or disprove that Euclidean and L1 distance

1) Find some data examples and show examples of calculating

a. Euclidean distance

b. L1 distance

2) Prove or disprove that Euclidean and L1 distance satisfy

a. Positivity

d(x,y) >= 0 for all x and y,

d(x,y) == 0 only if x == y.

b. Symmetry

d(x,y) == d(y,x) for all x and y.

c. Triangle Inequality

d(x,z) <= d(x,y) + d(y,z) for all points x, y, and z

3) Explain why it is not possible or why it is possible to

a. rearrange data so Euclidean distance gives the same meaning as Hamming distance (the number of positions at which the corresponding symbols are different between the two strings of equal length)

b. show that measure d=1-cos(x,y) satisfies positivity, symmetry, and triangle Inequality

4) Draw conclusions about what is important when choosing the distance measure for the evaluation of dissimilarities between data objects.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 31st International Conference Dexa 2020 Bratislava Slovakia September 14 17 2020 Proceedings Part 1 Lncs 12391

Authors: Sven Hartmann ,Josef Kung ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

303059002X, 978-3030590024

More Books

Students also viewed these Databases questions