Skip to main content

WeightedSample

Type Alias WeightedSample 

Source
type WeightedSample = (TreeSample, f64);
Expand description

A training sample paired with its recency weight, the unit the fit carries through the node partitions.