pub fn boosted_trees_make_quantile_summaries<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    float_values: O0,
    example_weights: O1,
    epsilon: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesMakeQuantileSummaries::new().build(float_values, example_weights, epsilon, scope).