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.sg.CustomSGKernel

Inheritance diagram of CustomSGKernel

class mvpa2.kernels.sg.CustomSGKernel(kernel_cls, kernel_params=[], **kwargs)

Class which can wrap any Shogun kernel and it’s kernel parameters

Initialize CustomSGKernel.

Parameters :

kernel_cls : Shogun.Kernel

Class of a Kernel from Shogun

kernel_params : list

Each item in this list should be a tuple of (kernelparamname, value), and the order is the explicit order required by the Shogun constructor

NeuroDebian

NITRC-listed