Questions on model dump

1)When using multi:softprob the tree dump gives a vector of length num_class*num_round. When reshaping this vector is it proper to reshape ‘by row’ or ‘by column’?

  1. Is it correct to multiply the end leaf value by the eta to obtain tree contribution to the prediction?

thank you