MCPcopy Index your code
hub / github.com/GPflow/GPflow / plot_kernel

Function plot_kernel

doc/sphinx/notebooks/getting_started/kernels.pct.py:143–148  ·  view source on GitHub ↗
(
    kernel: gpflow.kernels.Kernel, *, optimise: bool = True
)

Source from the content-addressed store, hash-verified

141
142
143def plot_kernel(
144 kernel: gpflow.kernels.Kernel, *, optimise: bool = True
145) -> None:
146 _, (samples_ax, prediction_ax) = plt.subplots(nrows=1, ncols=2)
147 plot_kernel_samples(samples_ax, kernel)
148 plot_kernel_prediction(prediction_ax, kernel, optimise=optimise)
149
150
151# %% [markdown]

Callers 1

kernels.pct.pyFile · 0.85

Calls 2

plot_kernel_samplesFunction · 0.85
plot_kernel_predictionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…