Click or drag to resize
MCvDTreeSplitMOrder Structure
http://www.emgu.com
Wrapped Order structure

Namespace: Emgu.CV.ML.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public struct MOrder

The MCvDTreeSplitMOrder type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldc
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
Public fieldsplit_point
Used internally by the training algorithm
Top
See Also