Struct tensorflow::ops::BoostedTreesUpdateEnsembleInst
source · pub struct BoostedTreesUpdateEnsembleInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesUpdateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesUpdateEnsemble Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesUpdateEnsembleInst
impl BoostedTreesUpdateEnsembleInst
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesUpdateEnsemble’ operation.
sourcepub fn feature_ids(&self) -> Input<'_>
pub fn feature_ids(&self) -> Input<'_>
Returns the ‘feature_ids’ Input of this ‘BoostedTreesUpdateEnsemble’ 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 BoostedTreesUpdateEnsemble 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 BoostedTreesUpdateEnsemble 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 BoostedTreesUpdateEnsemble 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 BoostedTreesUpdateEnsemble 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 BoostedTreesUpdateEnsemble operation.
sourcepub fn max_depth(&self) -> Result<Input<'_>>
pub fn max_depth(&self) -> Result<Input<'_>>
Returns the ‘max_depth’ Input of this ‘BoostedTreesUpdateEnsemble’ operation.
sourcepub fn learning_rate(&self) -> Result<Input<'_>>
pub fn learning_rate(&self) -> Result<Input<'_>>
Returns the ‘learning_rate’ Input of this ‘BoostedTreesUpdateEnsemble’ operation.
Trait Implementations§
source§impl Clone for BoostedTreesUpdateEnsembleInst
impl Clone for BoostedTreesUpdateEnsembleInst
source§fn clone(&self) -> BoostedTreesUpdateEnsembleInst
fn clone(&self) -> BoostedTreesUpdateEnsembleInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more