jf87 / scalable_web_systems

Apache License 2.0
1 stars 5 forks source link

Color distance #6

Open kirkbro opened 6 years ago

kirkbro commented 6 years ago

The first part of assignment 02 asks for ranking of color distances in queries. The distance between colors C and C1 is defined as dist(C) = L2(C, C1), and distance between colors C, C1 and C2 as dist(C) = L2(C, C1)/L2(C, C2).

I assume this is not just Euclidean distance between colors. How is the L2 function defined?

jf87 commented 6 years ago

It's just Euclidean distance :-)