|
| | __init__ (self, model, td) |
| |
| | sample (self) |
| |
| | resample (self, variables, assignment) |
| |
| | __init__ (self, model, td, EvaluationAlgebra) |
| |
| | evaluate (self) |
| |
| | is_consistent (self) |
| |
| | construct_cluster_tree (self, domains, td) |
| | Construct the cluster tree object of the C++ engine.
|
| |
| | get_bag_assignments (self) |
| | Get assignments of functions and constraints to the bags.
|
| |
| | find_all_bags (self, bvars) |
| | Get the indices of all bags that contain a set of variables.
|
| |
| | find_bag (self, bvars) |
| | Find a bag that contains a set of variables.
|
| |
| | assign_to_bags (self, constraints) |
| | assign constraints or functions to bags
|
| |
| | assign_to_all_bags (self, constraints) |
| | assign constraints or functions to all possible bags
|
| |
Cluster tree for partition function calculation and sampling.