Is there a function in PSVM codeto compute the objective function values?
I am using PSVM code, I made some changes in it to print objective function values.I am trying to compare objective function values of PSVM with CJlin's CDDual method. For splice dataset, with linear kernel and full rank, I am getting a difference in objective function value (which is around 130). But the accuracy is very near to that of CJlin's method. Is this difference in objective value expected due to ICF?