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

abstract graph model objects must inherit only from abstract objects #13

Closed D-K-E closed 9 months ago

D-K-E commented 3 years ago

Abstract graph model objects should be structured so that they are only inheriting from other abstract objects. They should also implement runtime type checking by check_types function. An example is provided for AbstractGraph object.