File: nodes.rst

package info (click to toggle)
python-bayespy 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: python: 22,402; makefile: 156
file content (33 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
..
   Copyright (C) 2014 Jaakko Luttinen

   This file is licensed under the MIT License. See LICENSE for a text of the
   license.


Developer nodes
===============

.. currentmodule:: bayespy.inference.vmp.nodes

The following base classes are useful if writing new nodes:

.. autosummary::
   :toctree: generated/

   node.Node
   stochastic.Stochastic
   expfamily.ExponentialFamily
   deterministic.Deterministic

The following nodes are examples of special nodes that remain hidden for the
user although they are often implicitly used:

.. autosummary::
   :toctree: generated/

   constant.Constant
   gaussian.GaussianToGaussianGamma
   gaussian.GaussianGammaToGaussianWishart
   gaussian.WrapToGaussianGamma
   gaussian.WrapToGaussianWishart