![]() | ![]() | ![]() | Parent Skeletons |
The notion of a parent context is more fine-grained than that of a parent (the set of parents corresponds to many parent contexts). When there is no context-specific independence, we would like to not have to consider the parent contexts explicitly, but consider just the parents. We will use a parent skeleton to cover both parents and parent contexts as special cases, and to interpolate between them, when the independence depends on some context as well as all values of some other variables.
Definition. A parent skeletal pair for variable X is a pair <c,V> where c is a context on the predecessors of X and V is a set of predecessors of X such that X is contextually independent of its predecessors given V and context c. Note that a parent context is c&V=v. A parent skeleton for variable X is a set of parent skeletal pairs, {<cj,Vj>:0<j <= k}, where the cj are mutually exclusive and exhaustive (i.e., ci and cj are incompatible if i != j, and &j=1k cj == true).
Example.
A parent skeleton for E from Example *
is { <a,{B}>, <~
a&c,{}>,
<~
a&~
c&d,{B}>, <~
a&~
c&~
d,{}>.
Parent skeletons form the basis of a representation for contextual belief networks. For each variable, X, you select a parent skeleton such that for each parent skeleton pair <cj,Vj> in the parent context, cj&Vj=vj is a parent context for X. For each such parent context pair we specify a probability distribution P(X|cj&Vj=vj).
![]() | ![]() | ![]() | Parent Skeletons |