When learning a ranking function with SVM Rank, should the values of regularization parameter C be the same as the ones used in classification?
The reason why I am asking is that SVM Rank website suggests that the parameter should be C = C_light * n, where n is the number of different queries. The way I interpreted this is that C_light is the value of C in classification problem. But now, C can become quite big and it takes really a lot of time to learn a ranking function. Should I take values for C just as in classification? Am I interpreting the website incorrectly?
Link: SVM Rank