This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 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.

mvpa.kernels.libsvm.SigmoidLSKernel

Inheritance diagram of SigmoidLSKernel

class mvpa.kernels.libsvm.SigmoidLSKernel(**kwargs)

Sigmoid kernel: K(a,b) = tanh(gamma*a*b.T + coef0)

Initialize instance of SigmoidLSKernel

Parameters :

gamma :

Gamma multiplying parameter for SigmoidKernel. (Default: 1)

coef0 :

Offset inside tanh. (Default: 1)

NeuroDebian

NITRC-listed