NativeMethodsml_CvDTreeTrainData_new_split_ord Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr ml_CvDTreeTrainData_new_split_ord(
	IntPtr obj,
	int vi,
	float cmpVal,
	int splitPoint,
	int inversed,
	float quality
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

vi
Type: SystemInt32

[Missing <param name="vi"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

cmpVal
Type: SystemSingle

[Missing <param name="cmpVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

splitPoint
Type: SystemInt32

[Missing <param name="splitPoint"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

inversed
Type: SystemInt32

[Missing <param name="inversed"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

quality
Type: SystemSingle

[Missing <param name="quality"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.ml_CvDTreeTrainData_new_split_ord(System.IntPtr,System.Int32,System.Single,System.Int32,System.Int32,System.Single)"]

See Also

Reference