| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
Piecewise linear kernel: K(x,y) = min(x,y) x, y must be non-negative, and have the shape (q,1) for some q |
Polynomial kernel (dot(x,y))**order x, y are p-vectors and must have the shape (q,p) for some q |
Gaussian kernel with a given sigma. K(x,y)=exp(-(x-y)**2/(2*sigma**2)) x, y are p-vectors and must have the shape (q,p) for some q |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Tue Jun 3 09:41:20 2008 | http://epydoc.sourceforge.net |