Undirected and Derived Models#

Convenience index for the undirected-model subset of the full Models reference.

DiscreteMarkovNetwork(*args[, backend])

Base class for Markov Model.

JunctionTree(*args[, backend])

Class for representing Junction Tree.

ClusterGraph(*args[, backend])

Base class for representing Cluster Graph.

FactorGraph(*args[, backend])

Class for representing factor graph.

MarkovChain([variables, card, start_state])

Class to represent a Markov Chain with multiple kernels for factored state space, along with methods to simulate a run.