Struct opencv::ml::DTrees_Node [−][src]
pub struct DTrees_Node { /* fields omitted */ }
Expand description
The class represents a decision tree node.
Implementations
Trait Implementations
Value at the node: a class label in case of classification or estimated function value in case of regression. Read more
Value at the node: a class label in case of classification or estimated function value in case of regression. Read more
Class index normalized to 0..class_count-1 range and assigned to the node. It is used internally in classification trees and tree ensembles. Read more
Class index normalized to 0..class_count-1 range and assigned to the node. It is used internally in classification trees and tree ensembles. Read more
Index of the parent node
Default direction where to go (-1: left or +1: right). It helps in the case of missing values. Read more
Default direction where to go (-1: left or +1: right). It helps in the case of missing values. Read more
Auto Trait Implementations
impl RefUnwindSafe for DTrees_Node
impl !Sync for DTrees_Node
impl Unpin for DTrees_Node
impl UnwindSafe for DTrees_Node