Description Usage Arguments Details Value Author(s) See Also Examples
qkernmatrix
calculates the qkernel matrix K_{ij} = k(x_i,x_j) or K_{ij} =
k(x_i,y_j).
1 2 | ## S4 method for signature 'qkernel'
qkernmatrix(qkernel, x, y = NULL)
|
qkernel |
the kernel function to be used to calculate the qkernel
matrix.
This has to be a function of class |
x |
a data matrix to be used to calculate the kernel matrix |
y |
second data matrix to calculate the kernel matrix |
Common functions used during kernel based computations.
The qkernel
parameter can be set to any function, of class
qkernel, which computes the kernel function value in feature space between two
vector arguments. qkerntool provides more than 10 qkernel functions
which can be initialized by using the following
functions:
nonlbase
Non Linear qkernel function
rbfbase
Gaussian qkernel function
laplbase
Laplacian qkernel function
ratibase
Rational Quadratic qkernel function
multbase
Multiquadric qkernel function
invbase
Inverse Multiquadric qkernel function
wavbase
Wave qkernel function
powbase
d qkernel function
logbase
Log qkernel function
caubase
Cauchy qkernel function
chibase
Chi-Square qkernel function
studbase
Generalized T-Student qkernel function
(see example.)
qkernmatrix
returns a conditionally negative definite matrix with a zero diagonal element.
Yusen Zhang
yusenzhang@126.com
nonlcnd
, rbfcnd
,polycnd
,laplcnd
,
anocnd
, raticnd
, multcnd
, invcnd
,
wavcnd
, powcnd
, logcnd
, caucnd
,
chicnd
, studcnd
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.