In which case we should pickup Manhattan distance and when we should use euclidian distance measure.
To my understanding both are used for continues numeric data(not like cosine or others who works on different similarities).
So to which data, which method works well? I have seen applying KNN with Manhattan working well with data containing lot of 0/1 classes(though not survey data) and some other continues fields.
Any guidelines on when which works better and why?