pub struct BoostedTreesSparseCalculateBestFeatureSplitInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesSparseCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesSparseCalculateBestFeatureSplit Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesSparseCalculateBestFeatureSplitInst
impl BoostedTreesSparseCalculateBestFeatureSplitInst
sourcepub fn node_ids(&self) -> Output
pub fn node_ids(&self) -> Output
Returns the ‘node_ids’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn gains(&self) -> Output
pub fn gains(&self) -> Output
Returns the ‘gains’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn feature_dimensions(&self) -> Output
pub fn feature_dimensions(&self) -> Output
Returns the ‘feature_dimensions’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn thresholds(&self) -> Output
pub fn thresholds(&self) -> Output
Returns the ‘thresholds’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn left_node_contribs(&self) -> Output
pub fn left_node_contribs(&self) -> Output
Returns the ‘left_node_contribs’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn right_node_contribs(&self) -> Output
pub fn right_node_contribs(&self) -> Output
Returns the ‘right_node_contribs’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn split_with_default_directions(&self) -> Output
pub fn split_with_default_directions(&self) -> Output
Returns the ‘split_with_default_directions’ Output of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn node_id_range(&self) -> Input<'_>
pub fn node_id_range(&self) -> Input<'_>
Returns the ‘node_id_range’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn stats_summary_indices(&self) -> Input<'_>
pub fn stats_summary_indices(&self) -> Input<'_>
Returns the ‘stats_summary_indices’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn stats_summary_values(&self) -> Input<'_>
pub fn stats_summary_values(&self) -> Input<'_>
Returns the ‘stats_summary_values’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn stats_summary_shape(&self) -> Input<'_>
pub fn stats_summary_shape(&self) -> Input<'_>
Returns the ‘stats_summary_shape’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn l1(&self) -> Input<'_>
pub fn l1(&self) -> Input<'_>
Returns the ‘l1’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn l2(&self) -> Input<'_>
pub fn l2(&self) -> Input<'_>
Returns the ‘l2’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn tree_complexity(&self) -> Input<'_>
pub fn tree_complexity(&self) -> Input<'_>
Returns the ‘tree_complexity’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
sourcepub fn min_node_weight(&self) -> Input<'_>
pub fn min_node_weight(&self) -> Input<'_>
Returns the ‘min_node_weight’ Input of this ‘BoostedTreesSparseCalculateBestFeatureSplit’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesSparseCalculateBestFeatureSplitInst
impl Clone for BoostedTreesSparseCalculateBestFeatureSplitInst
source§fn clone(&self) -> BoostedTreesSparseCalculateBestFeatureSplitInst
fn clone(&self) -> BoostedTreesSparseCalculateBestFeatureSplitInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more