pyhgf.utils.vectorized_belief_propagation.prediction_pass#
- pyhgf.utils.vectorized_belief_propagation.prediction_pass(network, x)[source]#
Forward-only sweep through the network (no PE / posterior / learning).
Sets predictors on the top element and runs the top-down prediction pass; returns the bottom element’s
expected_mean. Used bypyhgf.model.DeepNetwork.predict().