Hi all. Would anyone know how SVMTRAIN works when CROSS_VALIDATION is flagged ? I was wondering if by setting this option the algorithm would adjust parameters SVM_C and RBF_GAMMA (for Kernel Type 2 [RBF]) using grid search on them. And how I can find the values derived for C and GAMMA when CROSS_VALIDATION is used ?
I tried search for any documentation specific on this topic, but found nothing. Thanks in Advance.