Description Usage Arguments Value See Also
Fit a Weighted Kernel SVM classification Model
1 2 |
Y |
A |
X |
A |
W |
A |
C |
The coefficient for the regularizer. |
kernel |
The kernel function. gaussian: exp(-gamma*(u-v)^2) polynomial: (gamma*u*v + c)^d sigmoid: tanh(gamma*u*v + c) |
gamma |
Parameter needed for all kernels. |
c |
Parameter needed for polynomial and sigmoid kernels. |
d |
Parameter needed for sigmoid kernel. |
Returns a DnnModelObj
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.