I am interested in using KNN with the DTW output as the distance metric that KNN uses. However, KNN only takes `k` as an input; it does not take a functional.
Do I misunderstand how to use KNN with DTW, or is it not implemented/possible?
Thank you,
Chris