Hello!,
I want to modify the standard kernel functions by Conformal Transformation. i.e. want to use new_kernel=a(x)*k(x,x')*a(x)', where k(x,x') is the standard kernel function of LIBSVM and a(x) is my one dimensional array a(sample size,1).
How can I modify the code of svm.cpp? I am from Mathematics background, not expert in programming.so, it is really difficult for me to modify the code.
I am little bit familiar with c and Matlab. So, using MATLAB interface of LIBSVM.
Waiting for help.