poly.kernel: Compute the kernel matrix for ROC-SVM path

Description Usage Arguments

Description

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.

Usage

1
poly.kernel(x, y = x, param.kernel = 1, ...)

Arguments

x

An n x p matrix of features

y

An m x p matrix of features

param.kernel

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


rocsvm.path documentation built on May 2, 2019, 10:57 a.m.