pub fn boosted_trees_sparse_calculate_best_feature_split<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>>(
node_id_range: O0,
stats_summary_indices: O1,
stats_summary_values: O2,
stats_summary_shape: O3,
l1: O4,
l2: O5,
tree_complexity: O6,
min_node_weight: O7,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesSparseCalculateBestFeatureSplit::new().build(node_id_range, stats_summary_indices, stats_summary_values, stats_summary_shape, l1, l2, tree_complexity, min_node_weight, scope)
.