https://github.com/GPflow/GPflow
Raw File
Tip revision: 9e51e3ba4fe38d6dc51d226d78207c4c88900c0d authored by James Hensman on 09 December 2016, 10:16:09 UTC
more tweaking the deep GP
Tip revision: 9e51e3b
guts.rst
==================
The guts of GPflow
==================

.. automodule:: GPflow.param

Param
-----

.. autoclass:: Param

Parameterized
-------------

.. autoclass:: Parameterized

AutoFlow
--------

.. autoclass:: AutoFlow

Model
-----

.. automodule:: GPflow.model
.. autoclass:: Model

GPModel
-------

.. autoclass:: GPModel
back to top