diff --git a/doc/demos/inference/_reconstruction.rst b/doc/demos/inference/_reconstruction.rst index fdb60288e7a4b1314cd7461888a84e9c76e67d13..6745cacb3fbc0de4683a8517b6f486a5b5871ffe 100644 --- a/doc/demos/inference/_reconstruction.rst +++ b/doc/demos/inference/_reconstruction.rst @@ -651,7 +651,7 @@ latent closure edges of a network of political books: Triadic closure can also be used to perform uncertain network reconstruction, using -:class:`~graph_tool.inference.uncertain_blockmodel.MeasuredClosureBlockState`, +:class:`~graph_tool.inference.latent_layers.MeasuredClosureBlockState`, in a manner analogous to what was done in :ref:`measured_networks`: .. testsetup:: measured-closure diff --git a/src/graph_tool/generation/__init__.py b/src/graph_tool/generation/__init__.py index f40a94fbc3f6ca07505119d8fa391992120d1781..e39885a3e13e829eff57a217227ca1e81246b99a 100644 --- a/src/graph_tool/generation/__init__.py +++ b/src/graph_tool/generation/__init__.py @@ -34,6 +34,7 @@ Summary generate_maxent_sbm solve_sbm_fugacities generate_knn + generate_triadic_closure predecessor_tree line_graph graph_union