GraphicalModelLearning.jl Documentation
Overview
GraphicalModelLearning.jl is a Julia package containing algorithms for learning graphical models.
Installation and Testing
To install the package use,
Pkg.add("GraphicalModelLearning")
To test that the package is working correctly run,
Pkg.test("GraphicalModelLearning")