D-K-E / graphical-models

Probabilistic Graphical Models from Scratch with support for LWF Chain Graphs
GNU General Public License v3.0
4 stars 2 forks source link

`graph.py` must be gone #12

Closed D-K-E closed 9 months ago

D-K-E commented 3 years ago

All functionality that has been done by graph.py must be delegated to corresponding graphfn objects. This can be better structured after the finitegraph.py is gone.