function performance = svm_single_crossval(svmlabel,svmdata,svmopts) global NODALYZE_LIBSVM; addpath(fullfile(getTbxPath,NODALYZE_LIBSVM)); performance = svmtrain(svmlabel, svmdata, svmopts); end