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§
source§impl 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§
source§impl Clone for BoostedTreesCalculateBestGainsPerFeatureInst
impl Clone for BoostedTreesCalculateBestGainsPerFeatureInst
source§fn clone(&self) -> BoostedTreesCalculateBestGainsPerFeatureInst
fn clone(&self) -> BoostedTreesCalculateBestGainsPerFeatureInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more