Home
>
demo3
> polynomial_kernel.m
polynomial_kernel
PURPOSE
SYNOPSIS
function h = polynomial_kernel(x1,x2,d)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
caltechexp
SOURCE CODE
0001
function h = polynomial_kernel(x1,x2,d)
0002 h = ((x1*x2')+1)^d; 0003 0004
Generated on Sat 22-Aug-2009 22:15:36 by
m2html
© 2003