Function tensorflow::ops::boosted_trees_update_ensemble
source · pub fn boosted_trees_update_ensemble<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>>(
tree_ensemble_handle: O0,
feature_ids: O1,
node_ids: O2,
gains: O3,
thresholds: O4,
left_node_contribs: O5,
right_node_contribs: O6,
max_depth: O7,
learning_rate: O8,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesUpdateEnsemble::new().build(tree_ensemble_handle, feature_ids, node_ids, gains, thresholds, left_node_contribs, right_node_contribs, max_depth, learning_rate, scope)
.