get the parents and children relationship at run time

The engine.
Post Reply
sez
Posts: 11
Joined: Fri Jun 05, 2009 6:41 pm

get the parents and children relationship at run time

Post by sez »

Is there a easy way to retrieve the structure of a BN at run time?
It seems I can use getParents/ getChildren to read node one by one in a loop and then determine the relationship. but just wonder if there is any easy way?
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: get the parents and children relationship at run time

Post by shooltz[BayesFusion] »

sez wrote:Is there a easy way to retrieve the structure of a BN at run time?
It seems I can use getParents/ getChildren to read node one by one in a loop and then determine the relationship. but just wonder if there is any easy way?
What could be easier?
Post Reply