radial.kernel {rocsvm.path}R Documentation

Compute the kernel matrix for ROC-SVM path

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

radial.kernel(x, y = x, param.kernel = 1/p, ...)

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 this radial kernel, the parameter is known in the fields as "gamma". For the polynomial kernel, it is the "degree"

...

unused


[Package rocsvm.path version 0.1.0 Index]