Function tensorflow::ops::isotonic_regression
source · pub fn isotonic_regression<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for IsotonicRegression::new().build(input, scope)
.