In response to your inquiry, I've done some major refactoring of this project and written complete test coverage for the main inference components of the library (the mrf and ve modules).
See the tests for examples and see the examples/ subdir for an MPLP example.
Note that the library performs inference only. You will need to use another library to train your MRFs.
The belief_propagation and mplp modules do not have tests, though I am sure that they work with some examples.
Andy,
In response to your inquiry, I've done some major refactoring of this project and written complete test coverage for the main inference components of the library (the
mrf
andve
modules).See the tests for examples and see the
examples/
subdir for an MPLP example.Note that the library performs inference only. You will need to use another library to train your MRFs.
The
belief_propagation
andmplp
modules do not have tests, though I am sure that they work with some examples.