PairedSumResult
@Serializable
@SerialName(value = "PairedSumResult")
Paired weighted-sum snapshot: Sum w_i*x_i, Sum w_i*y_i, and Sum w_i.
The canonical use case is histogram-based gradient boosting, where each leaf accumulates (Sumg, Sumh, n) to score splits.
PairedSumResult
sumX
sumY
totalWeights
Cumulative observation weight (Sum w_i).