https://github.com/GPflow/GPflow
Revision e4c4340d20602688a7111b0df53bfe708b35a6da authored by Artem Artemev on 30 July 2017, 19:47:03 UTC, committed by Artem Artemev on 17 August 2017, 08:31:08 UTC
1 parent 13231cb
Raw File
Tip revision: e4c4340d20602688a7111b0df53bfe708b35a6da authored by Artem Artemev on 30 July 2017, 19:47:03 UTC
Add model read-only session property
Tip revision: e4c4340
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