mvpa2.kernels.libsvm.LinearLSKernel¶
-
class
mvpa2.kernels.libsvm.LinearLSKernel(*args, **kwargs)¶ A simple Linear kernel: K(a,b) = a*b.T
Attributes
descrDescription of the object if any Methods
as_ls()as_raw_ls()as_raw_np()compute(*args, **kwargs)Base class for LIBSVM Kernels has no parameters
Attributes
descrDescription of the object if any Methods
as_ls()as_raw_ls()as_raw_np()compute(*args, **kwargs)

