I was revisiting some basic concepts on graphical models and factorization of distributions and noticed that all the examples I see only have factors that include, at most, one conditioned random variable (i.e. P(A | B, C, D)). Is there are reason that I shouldn't (or can't) decompose P(A, B, C, D) to include a factor like P(A, B | C, D)? If I can't/shouldn't, why? If I can, how should the visualization look like? Should it look like this?
If yes, isn't this the same visualization for a decomposition like the following: P(A, B, C, D) = P(A | C, D) * P(B | C, D) * P(C) * P(D)? If yes, does that mean two different factorizations can have the same visualization?
Thanks in advance!

Does that mean that the visualization I post would be only applicable to P(A, B, C, D) = P(A | C, D) * P(B | C, D) * P(C) * P(D) but not to P(A, B, C, D) = P(A, B | C, D) * P(C) * P(D) ?
– echo66 Jun 28 '23 at 18:06