analog-garage / dimple

Dimple: Java and Matlab libraries for probabilistic inference
Apache License 2.0
80 stars 17 forks source link

About Parameter Training for a Directed Graph #15

Open puyuanliu opened 4 years ago

puyuanliu commented 4 years ago

Could you add an example to use your package to do Parameter Training on a Directed Graph? It is mentioned in your documentation that we should use fg. baumWelch ( factorList , numRestarts , numSteps ); to train the parameter. But how do we import the data to the training? What should be placed in the factor List if I am training a Dynamic Bayesian Net?