PKSVC Automatic radial basis SVM, using NUSVC and the Parzen kernel
[W,KERNEL,NU,C] = PKSVC(A,ALF)
DescriptionThis routine provides a radial basis support vector classifier based on NUSVC (which estimates NU using the leave-one-out 1NN error) and estimates the kernel width SIGMA by the the value found by PARZENC. The kernel width used is ALF*3*SQRT(2)*SIGMA. This is much faster than the gridsearch used by RBSVC and performs about equally well. See alsodatasets, mappings, svc, nusvc, rbsvc, parzenc, libsvc,
|