Struct tensorflow::ops::BoostedTreesUpdateEnsembleV2Inst
source · pub struct BoostedTreesUpdateEnsembleV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesUpdateEnsembleV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesUpdateEnsembleV2 Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesUpdateEnsembleV2Inst
impl BoostedTreesUpdateEnsembleV2Inst
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesUpdateEnsembleV2’ operation.
sourcepub fn feature_ids(&self) -> Result<Vec<Input<'_>>>
pub fn feature_ids(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of feature_ids for ‘feature_ids’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn dimension_ids(&self) -> Result<Vec<Input<'_>>>
pub fn dimension_ids(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of dimension_ids for ‘dimension_ids’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn node_ids(&self) -> Result<Vec<Input<'_>>>
pub fn node_ids(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of node_ids for ‘node_ids’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn gains(&self) -> Result<Vec<Input<'_>>>
pub fn gains(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of gains for ‘gains’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn thresholds(&self) -> Result<Vec<Input<'_>>>
pub fn thresholds(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of thresholds for ‘thresholds’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn left_node_contribs(&self) -> Result<Vec<Input<'_>>>
pub fn left_node_contribs(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of left_node_contribs for ‘left_node_contribs’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn right_node_contribs(&self) -> Result<Vec<Input<'_>>>
pub fn right_node_contribs(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of right_node_contribs for ‘right_node_contribs’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn split_types(&self) -> Result<Vec<Input<'_>>>
pub fn split_types(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of split_types for ‘split_types’ Input of this BoostedTreesUpdateEnsembleV2 operation.
sourcepub fn max_depth(&self) -> Result<Input<'_>>
pub fn max_depth(&self) -> Result<Input<'_>>
Returns the ‘max_depth’ Input of this ‘BoostedTreesUpdateEnsembleV2’ operation.
sourcepub fn learning_rate(&self) -> Result<Input<'_>>
pub fn learning_rate(&self) -> Result<Input<'_>>
Returns the ‘learning_rate’ Input of this ‘BoostedTreesUpdateEnsembleV2’ operation.
sourcepub fn pruning_mode(&self) -> Result<Input<'_>>
pub fn pruning_mode(&self) -> Result<Input<'_>>
Returns the ‘pruning_mode’ Input of this ‘BoostedTreesUpdateEnsembleV2’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesUpdateEnsembleV2Inst
impl Clone for BoostedTreesUpdateEnsembleV2Inst
source§fn clone(&self) -> BoostedTreesUpdateEnsembleV2Inst
fn clone(&self) -> BoostedTreesUpdateEnsembleV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more