I commonly see two kinds of speed comparison for learning algorithms:
Algorithm A1 converges faster than A2 over some broad class of problems.
Algorithm A converges faster when the examples V1 have some property than V2 that lacks it.
I'm interested in the more problem-specific question (less asymptotics), here mostly specific to classification:
- Algorithm A converges faster for the class labeling L1 of the examples V than with the labeling L2.
I know some things that can matter for this kind of classification difficulty (e.g., linear separability of the classes, distance between their centroids, etc.), but I'd like to have better access to existing results.
Is there some useful terminology I could use for looking for these kinds of comparisons? Useful sources? Other things to know?
[link][comment]