disp_bn
disp_bn: Construct and display BN terms via graphviz
Construct and display graphs via graphviz. Originallly for Bayesian networks (thus the name) but
can deal with all graph types supported via graphviz.
The _dot_ executable from the graphviz distributions should be in your $PATH environment variable.
Only tested on Linux systems.
Installation
% swipl
?- pack_install(disp_bn).
Testing
% swipl
?- use_module(library(disp_bn)).
?- disp_bn:disp_asia.
For more advanced examples see pack(gbn).
Html docs. Also available in distribution directory doc/html/
contact
We welcome comments on use cases. Particularly, applications and publications that use this pack.
We also welcome bug reports and fixes.
For contact details see: contact
author
Nicos Angelopoulos
---
London,
January 2021