NativeMethodsml_CvDTreeParams_new2 Method OpenCvSharp Class Library

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

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

public static IntPtr ml_CvDTreeParams_new2(
	int maxDepth,
	int minSampleCount,
	float regressionAccuracy,
	int useSurrogates,
	int maxCategories,
	int cvFolds,
	int use1SeRule,
	int truncatePrunedTree,
	IntPtr priors
)

Parameters

maxDepth
Type: SystemInt32

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

minSampleCount
Type: SystemInt32

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

regressionAccuracy
Type: SystemSingle

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

useSurrogates
Type: SystemInt32

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

maxCategories
Type: SystemInt32

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

cvFolds
Type: SystemInt32

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

use1SeRule
Type: SystemInt32

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

truncatePrunedTree
Type: SystemInt32

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

priors
Type: SystemIntPtr

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

Return Value

Type: IntPtr

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

See Also

Reference