pub struct BoostedTreesCalculateBestFeatureSplitV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesCalculateBestFeatureSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesCalculateBestFeatureSplitV2 Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesCalculateBestFeatureSplitV2Inst
impl BoostedTreesCalculateBestFeatureSplitV2Inst
sourcepub fn node_ids(&self) -> Output
pub fn node_ids(&self) -> Output
Returns the ‘node_ids’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn gains(&self) -> Output
pub fn gains(&self) -> Output
Returns the ‘gains’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn feature_ids(&self) -> Output
pub fn feature_ids(&self) -> Output
Returns the ‘feature_ids’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn feature_dimensions(&self) -> Output
pub fn feature_dimensions(&self) -> Output
Returns the ‘feature_dimensions’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn thresholds(&self) -> Output
pub fn thresholds(&self) -> Output
Returns the ‘thresholds’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn left_node_contribs(&self) -> Output
pub fn left_node_contribs(&self) -> Output
Returns the ‘left_node_contribs’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn right_node_contribs(&self) -> Output
pub fn right_node_contribs(&self) -> Output
Returns the ‘right_node_contribs’ Output of this ‘BoostedTreesCalculateBestFeatureSplitV2’ 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 ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn node_id_range(&self) -> Input<'_>
pub fn node_id_range(&self) -> Input<'_>
Returns the ‘node_id_range’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn stats_summaries_list(&self) -> Result<Vec<Input<'_>>>
pub fn stats_summaries_list(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of stats_summaries_list for ‘stats_summaries_list’ Input of this BoostedTreesCalculateBestFeatureSplitV2 operation.
sourcepub fn split_types(&self) -> Result<Input<'_>>
pub fn split_types(&self) -> Result<Input<'_>>
Returns the ‘split_types’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn candidate_feature_ids(&self) -> Result<Input<'_>>
pub fn candidate_feature_ids(&self) -> Result<Input<'_>>
Returns the ‘candidate_feature_ids’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn l1(&self) -> Result<Input<'_>>
pub fn l1(&self) -> Result<Input<'_>>
Returns the ‘l1’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn l2(&self) -> Result<Input<'_>>
pub fn l2(&self) -> Result<Input<'_>>
Returns the ‘l2’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
sourcepub fn tree_complexity(&self) -> Result<Input<'_>>
pub fn tree_complexity(&self) -> Result<Input<'_>>
Returns the ‘tree_complexity’ Input of this ‘BoostedTreesCalculateBestFeatureSplitV2’ 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 ‘BoostedTreesCalculateBestFeatureSplitV2’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesCalculateBestFeatureSplitV2Inst
impl Clone for BoostedTreesCalculateBestFeatureSplitV2Inst
source§fn clone(&self) -> BoostedTreesCalculateBestFeatureSplitV2Inst
fn clone(&self) -> BoostedTreesCalculateBestFeatureSplitV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more