How to build a correct spline kernel for svm

1 次查看(过去 30 天)
Hi everybody,
I have a question regarding the implementation of kernels. I want to use a spline kernel which is not in the toolbox. the code is relatively easy.
z = 1 + u.*v + (1/2)*u.*v.*min(u,v) - (1/6)*(min(u,v)).^3;
k = prod(z);
but there is always an error because of the matrix dimensions. how can I solve it?
Thanks in advance
Daniel

回答(1 个)

Ilya
Ilya 2013-5-11

类别

Help CenterFile Exchange 中查找有关 Splines 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by