Class Times: Tuesdays and Thursdays, 2:00pm - 3:20pm
Class Location: Nash 206
Instructor: Weng-Keen Wong
Email: my last name at eecs dot oregonstate dot edu
Office: KEC 2075
Office Hours: By appointment or open door
Pred(D) is the set {A, B, C}
The fixed netica_auton.c and netica_auton.h files are now in the assn2 download (if you haven't downloaded it yet).
NOTE: This is very important....
Because you are sorting the ivec, this messes up the order of the indices of the parent nodes that Netica is expecting. When you call SetNodeProbs_bn(node,parent_states,probs), the parent_states array expects the parents to be in the same order that GetNodeParents_bn returns. In general, this will be different from the order of parents that is in in_attnums (which is passed in to the ADTree functions and consequently, which is the order of parents returned in the values ivec_array).