Thin dispatcher that delegates to the node's Mechanism. Kept as a
convenience/entry point; KaguModel$fit() calls it once per node.
Arguments
- node
Character scalar - name of the node to fit.
- parents
Character vector of parent node names (empty for root nodes).
- data
A
data.framewith columns for all nodes.- mechanism
A
Mechanisminstance (defaults to GPMechanism inKaguModel).- ...
Additional arguments forwarded to the mechanism's
$fit().