1 Kernel

idem.Kernel(function, basis=None, params=None, form='expansion')

Generic class defining a kernel, or a basis expansion of a kernel with its parameters.

1.1 Methods

Name Description
save_plot Saves a plot of the direction of the kernel.
show_plot Shows a plot of the direction of the kernel.

1.1.1 save_plot

idem.Kernel.save_plot(filename, width=6, height=4, dpi=300, title=None)

Saves a plot of the direction of the kernel.

1.1.2 show_plot

idem.Kernel.show_plot(width=5, height=4)

Shows a plot of the direction of the kernel.