Once in an interview, I encountered a question from the employer. He asked me why KNN classifier is much faster than decision tree for example in letter recognition or in face recognition?
I had completely no idea at that time. So I want to know in which terms should I compare the two classification methods in speed performance? Thanks.