| interventions {bnstruct} | R Documentation |
InferenceEngine.Return the list of interventions added to an InferenceEngine.
interventions(x) ## S4 method for signature 'InferenceEngine' interventions(x)
x |
an |
Output is a list in the following format:
intervention.varsvector of manipulated variables;
intervention.valsvector of values for the variables in observed.vars in the corresponding position.
the list of interventions of the InferenceEngine.