Return individual-tree predictions
Value
For scalar-leaf models, a numeric matrix with one column per tree. For vector-leaf models, a numeric array indexed by observation, tree, and output.
Memory use
The complete result is materialized in R: rows by trees for scalar-leaf
models and rows by trees by outputs for vector-leaf models. The
chunk_size argument controls native prediction work but does not bound
the memory required by the R result.