mvpa2.kernels.libsvm.RbfLSKernel¶
-
class
mvpa2.kernels.libsvm.RbfLSKernel(**kwargs)¶ Radial Basis Function kernel (aka Gaussian): K(a,b) = exp(-gamma*||a-b||**2)
Attributes
descrDescription of the object if any Methods
as_ls()as_raw_ls()as_raw_np()compute(*args, **kwargs)Initialize instance of RbfLSKernel
Parameters: gamma
Gamma multiplying paramater for Rbf. [Default: 1]
Attributes
descrDescription of the object if any Methods
as_ls()as_raw_ls()as_raw_np()compute(*args, **kwargs)

