MCPcopy
hub / github.com/GPflow/GPflow / VGP

Class VGP

gpflow/models/vgp.py:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218class VGP(VGP_with_posterior):
219 # subclassed to ensure __class__ == "VGP"
220
221 __doc__ = VGP_deprecated.__doc__ # Use documentation from VGP_deprecated.
222
223
224@check_shapes(

Callers 6

vgpFunction · 0.90
vgpFunction · 0.90
_prepare_modelsFunction · 0.90
create_vgpFunction · 0.90
gpr_and_vgpFunction · 0.90

Calls

no outgoing calls

Tested by 4

vgpFunction · 0.72
_prepare_modelsFunction · 0.72
create_vgpFunction · 0.72
gpr_and_vgpFunction · 0.72