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

`finitegraph.py` must be gone #11

Closed D-K-E closed 3 years ago

D-K-E commented 3 years ago

We need to divide the functionality attributed to finitegraph.py into graphfn. The functions need to be separated into their corresponding objects. For example if we are counting the number of edges in a graph. It can be considered as an analysis. Thus can be delegated to GraphAnalyzer object in the graphfn module.

D-K-E commented 3 years ago

closed with commit 7582d41