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