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

Use a more uniform folder structure #32

Open D-K-E opened 9 months ago

D-K-E commented 9 months ago

A more uniform folder structure is needed. The suggested structure is:

The idea is that type/ contains base type and abstract object and the base object that implements its methods. model/ folder contains objects that inherit from base class. func contains functions that act on both stuff in types and also in model.
By convention the *ops module in func/ should apply to base class.