function performance = svm_single_crossval(svmlabel,svmdata,svmopts) addpath(fullfile(getTbxPath,'libsvm-mat-2.88-1')); performance = svmtrain(svmlabel, svmdata, svmopts); end