mvpa2.kernels.np.RbfKernel¶
-
class
mvpa2.kernels.np.
RbfKernel
(*args, **kwargs)¶ Radial basis function (aka Gausian, aka ) kernel K(a,b) = exp(-||a-b||**2/sigma)
Attributes
descr
Description of the object if any Methods
Base Kernel class has no parameters
Attributes
descr
Description of the object if any Methods