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
descrDescription of the object if any Methods
Base Kernel class has no parameters
Attributes
descrDescription of the object if any Methods

