type WeightedSample = (TreeSample, f64);Expand description
A training sample paired with its recency weight, the unit the fit carries through the node partitions.
type WeightedSample = (TreeSample, f64);A training sample paired with its recency weight, the unit the fit carries through the node partitions.