pub fn boosted_trees_calculate_best_gains_per_feature<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
node_id_range: O0,
stats_summary_list: O1,
l1: O2,
l2: O3,
tree_complexity: O4,
min_node_weight: O5,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesCalculateBestGainsPerFeature::new().build(node_id_range, stats_summary_list, l1, l2, tree_complexity, min_node_weight, scope)
.