probcomp / hierarchical-irm

Probabilistic structure discovery for rich relational systems
Apache License 2.0
1 stars 1 forks source link

Finalize the design for NoisyRelation (or propose/decide on an alternative) and implement it #55

Open emilyfertig opened 2 weeks ago

emilyfertig commented 2 weeks ago

From the doc:

We can introduce a NoisyRelation class, similar to a Relation but for ̃r ∈ ̃R. The IRM class, which represents a View in the current code, would store two maps, one mapping relation names to Relation objects, and one mapping relation names to NoisyRelation objects. The keys in these maps would be disjoint. Furthermore, a NoisyRelation in an IRM may have as its base relation a Relation from another IRM

emilyfertig commented 2 weeks ago

Keep in mind that NoisyRelations will eventually have to admit other NoisyRelations as their base relation.