I have some problem with euclidean distance. I have two different entities and I want to measure the similarity between these entities.
Lets suppose that entity 1 has 2 feature vectors and entity 2 has 1 feature vector only. How am I supposed to calculate the euclidean distance between these two entities in order to know the similarity?
Thanks alot.
David