mvpa2.kernels.PrecomputedKernel

Inheritance diagram of PrecomputedKernel

class mvpa2.kernels.PrecomputedKernel(matrix=None, *args, **kwargs)

Precomputed matrix

Methods

Parameters:

matrix : Numpy array or convertable kernel, or other object type

enable_ca : None or list of str

Names of the conditional attributes which should be enabled in addition to the default ones

disable_ca : None or list of str

Names of the conditional attributes which should be disabled

Methods

compute(*args, **kwargs)