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 models must inherit from base graph and abstract object #14

Closed D-K-E closed 9 months ago

D-K-E commented 3 years ago

All non probabilistic graphical models, like undirected graph or directed graph, or tree or path must inherit from base graph and their corresponding abstract object.