MCPcopy
hub / github.com/GPflow/GPflow / kernel

Function kernel

tests/gpflow/test_kullback_leiblers.py:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44@pytest.fixture(scope="module")
45def kernel() -> Kernel:
46 k = gpflow.kernels.Matern32() + gpflow.kernels.White()
47 k.kernels[1].variance.assign(0.01)
48 return k
49
50
51@pytest.fixture(scope="module")

Callers 12

generate_dataFunction · 0.50
_conditional_fusedMethod · 0.50
_conditional_fusedMethod · 0.50
_KFunction · 0.50
predict_fMethod · 0.50
Kuf_genericFunction · 0.50
Kuu_genericFunction · 0.50

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…