[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Induced graph edges question..



Folks

 The edges in induced graph are indeed between parents of a node (thus the moralization metaphor stands). The confusion was that the example looks at the tree "bottom up" (they process
the nodes from the end of the ordering to beginning). Thus a node is a parent of another node if it is *below* that node in the picture and there is an edge between them.

With this change in direction, all the induced links should make sense.

(this is all defined clearly in the chapter I sent you by the way).

Rao