To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.kernels.libsvm.PolyLSKernel

Inheritance diagram of PolyLSKernel

class mvpa2.kernels.libsvm.PolyLSKernel(**kwargs)

Polynomial kernel: K(a,b) = (gamma*a*b.T + coef0)**degree

Initialize instance of PolyLSKernel

Parameters :

gamma :

Gamma multiplying parameter for Polynomial. (Default: 1)

degree :

Degree of polynomial. (Default: 2)

coef0 :

Offset inside polynomial. (Default: 1)

NeuroDebian

NITRC-listed