pub struct BoostedTreesCalculateBestGainsPerFeatureInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesCalculateBestGainsPerFeature’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built BoostedTreesCalculateBestGainsPerFeature Operation in a Tensorflow graph.
Implementations
sourceimpl BoostedTreesCalculateBestGainsPerFeatureInst
impl BoostedTreesCalculateBestGainsPerFeatureInst
sourcepub fn node_ids_list(&self) -> Result<Vec<Output>>
pub fn node_ids_list(&self) -> Result<Vec<Output>>
Returns a Vector of node_ids_list for ‘node_ids_list’ Output of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn gains_list(&self) -> Result<Vec<Output>>
pub fn gains_list(&self) -> Result<Vec<Output>>
Returns a Vector of gains_list for ‘gains_list’ Output of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn thresholds_list(&self) -> Result<Vec<Output>>
pub fn thresholds_list(&self) -> Result<Vec<Output>>
Returns a Vector of thresholds_list for ‘thresholds_list’ Output of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn left_node_contribs_list(&self) -> Result<Vec<Output>>
pub fn left_node_contribs_list(&self) -> Result<Vec<Output>>
Returns a Vector of left_node_contribs_list for ‘left_node_contribs_list’ Output of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn right_node_contribs_list(&self) -> Result<Vec<Output>>
pub fn right_node_contribs_list(&self) -> Result<Vec<Output>>
Returns a Vector of right_node_contribs_list for ‘right_node_contribs_list’ Output of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn node_id_range(&self) -> Input<'_>
pub fn node_id_range(&self) -> Input<'_>
Returns the ‘node_id_range’ Input of this ‘BoostedTreesCalculateBestGainsPerFeature’ operation.
sourcepub fn stats_summary_list(&self) -> Result<Vec<Input<'_>>>
pub fn stats_summary_list(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of stats_summary_list for ‘stats_summary_list’ Input of this BoostedTreesCalculateBestGainsPerFeature operation.
sourcepub fn l1(&self) -> Result<Input<'_>>
pub fn l1(&self) -> Result<Input<'_>>
Returns the ‘l1’ Input of this ‘BoostedTreesCalculateBestGainsPerFeature’ operation.
sourcepub fn l2(&self) -> Result<Input<'_>>
pub fn l2(&self) -> Result<Input<'_>>
Returns the ‘l2’ Input of this ‘BoostedTreesCalculateBestGainsPerFeature’ operation.
sourcepub fn tree_complexity(&self) -> Result<Input<'_>>
pub fn tree_complexity(&self) -> Result<Input<'_>>
Returns the ‘tree_complexity’ Input of this ‘BoostedTreesCalculateBestGainsPerFeature’ operation.
sourcepub fn min_node_weight(&self) -> Result<Input<'_>>
pub fn min_node_weight(&self) -> Result<Input<'_>>
Returns the ‘min_node_weight’ Input of this ‘BoostedTreesCalculateBestGainsPerFeature’ operation.
Trait Implementations
sourceimpl Clone for BoostedTreesCalculateBestGainsPerFeatureInst
impl Clone for BoostedTreesCalculateBestGainsPerFeatureInst
sourcefn clone(&self) -> BoostedTreesCalculateBestGainsPerFeatureInst
fn clone(&self) -> BoostedTreesCalculateBestGainsPerFeatureInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<BoostedTreesCalculateBestGainsPerFeatureInst> for Operation
impl From<BoostedTreesCalculateBestGainsPerFeatureInst> for Operation
sourcefn from(inst: BoostedTreesCalculateBestGainsPerFeatureInst) -> Operation
fn from(inst: BoostedTreesCalculateBestGainsPerFeatureInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesCalculateBestGainsPerFeatureInst
impl Send for BoostedTreesCalculateBestGainsPerFeatureInst
impl Sync for BoostedTreesCalculateBestGainsPerFeatureInst
impl Unpin for BoostedTreesCalculateBestGainsPerFeatureInst
impl UnwindSafe for BoostedTreesCalculateBestGainsPerFeatureInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more