AUXIL\
polykernel_matrix.pro
top polykernel_matrix
result = polykernel_matrix(G1 [, G2] [, DEGREE=DEGREE] [, BIAS=BIAS])
Returns array of polynomial kernel functions for data matrices G1 and G2. G1 is an N x m array, G2 is an N x n array. Returned array is n x m. If G2 not present then returns a symmetric, positive definite kernel matrix
Parameters
- G1 in required
data matrix
- G2 in optional
data matrix
Keywords
- DEGREE in optional
degree of polynomial (default 2)
- BIAS in optional
bias (default 1)
Author information
- Author:
Mort Canty (2009) Juelich Research Center m.canty@fz-juelich.de
Other attributes
- Uses:
GPULib
File attributes
Modification date: | Thu Feb 26 15:38:05 2009 |
Lines: | 43 |
Docformat: | rst rst |