[This is preliminary documentation and is subject to change.]

The assigned to the node normalized class index (to 0..class_count-1 range), it is used internally in classification trees and tree ensembles.

Namespace:  Emgu.CV.ML.Structure
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int classIdx
Public classIdx As Integer
public:
int classIdx

See Also