Struct tensorflow::ops::BoostedTreesMakeQuantileSummaries
source · pub struct BoostedTreesMakeQuantileSummaries { /* private fields */ }
Expand description
Builder for the BoostedTreesMakeQuantileSummaries
operation.
Implementations§
source§impl BoostedTreesMakeQuantileSummaries
impl BoostedTreesMakeQuantileSummaries
sourcepub fn num_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_features
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
float_values: O0,
example_weights: O1,
epsilon: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, float_values: O0, example_weights: O1, epsilon: O2, scope: &mut Scope ) -> Result<Operation>
Builds the BoostedTreesMakeQuantileSummaries
operation.
sourcepub fn build_instance(
&self,
float_values: Vec<Output>,
example_weights: Output,
epsilon: Output,
scope: &mut Scope
) -> Result<BoostedTreesMakeQuantileSummariesInst>
pub fn build_instance( &self, float_values: Vec<Output>, example_weights: Output, epsilon: Output, scope: &mut Scope ) -> Result<BoostedTreesMakeQuantileSummariesInst>
Builds a new instance of ‘BoostedTreesMakeQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Default for BoostedTreesMakeQuantileSummaries
impl Default for BoostedTreesMakeQuantileSummaries
source§fn default() -> BoostedTreesMakeQuantileSummaries
fn default() -> BoostedTreesMakeQuantileSummaries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesMakeQuantileSummaries
impl Send for BoostedTreesMakeQuantileSummaries
impl Sync for BoostedTreesMakeQuantileSummaries
impl Unpin for BoostedTreesMakeQuantileSummaries
impl UnwindSafe for BoostedTreesMakeQuantileSummaries
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more