Skip to content

[R--gR] deal: applying the network

1 message · Sam Steingold

#
suppose I manage to train a network from my data.
how do I apply it to new observations?
E.g., if I observe V1=2.4 and V2=5.6,
how do I get the probability distribution for V3?

Also, is it possible to update the network based on a new observation
(without re-learning the DAG structure)?

Thanks!