Compute the kernel matrix for ROC-SVM path. This function comes from svmpath package by Trevor Hastie. If you want to know details of this function, refer the svmpath package.
poly.kernel(x, y = x, param.kernel = 1, ...)An n x p matrix of features
An m x p matrix of features
The parameter(s) for the kernel. For the radial kernel, the parameter is known in the fields as "gamma". For the polynomial kernel, it is the "degree"
unused