How can I decide if a given distance metric is a good?
Asked
Active
Viewed 213 times
-2
-
2Is this the whole question? Is a good what? – Dave Mar 21 '13 at 09:38
-
Also, please give us some context. What exactly is the problem you're trying to tackle using machine learning? – NPE Mar 21 '13 at 10:03
2 Answers
1
Classification or clustering?
For classification, use whichever gives the highest cross-validated accuracy (or whichever quality measure you need).
For clustering, you need to pick a criteria for cluster quality, and choose the one that gives you the best cluster quality:
http://www.jstor.org/discover/10.2307/2284239?uid=3739448&uid=2&uid=3737720&uid=4&sid=21101924573361 (jstor, not free)

Neil McGuigan
- 46,580
- 12
- 123
- 152
0
The metric is good, if it works for your problem.
In classification, it's as simple as that. If it gives good results, go with it. Otherwise, try a different metric.

Has QUIT--Anony-Mousse
- 76,138
- 12
- 138
- 194