mvpa2.kernels.np.LinearKernel

Inheritance diagram of LinearKernel

class mvpa2.kernels.np.LinearKernel(*args, **kwargs)

Simple linear kernel: K(a,b) = a*b.T

Attributes

descr Description of the object if any

Methods

Base Kernel class has no parameters

Attributes

descr Description of the object if any

Methods