Click or drag to resize
MCvDTreeSplitMOrderc Field
http://www.emgu.com
The threshold value in case of split on an ordered variable. The rule is: if var_value < c then next_node<-left else next_node<-right

Namespace: Emgu.CV.ML.Structure
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public float c

Field Value

Type: Single
See Also