CvDTreePredict Method (CvMat, CvMat, Boolean) OpenCvSharp Class Library
Returns the leaf node of decision tree corresponding to the input vector

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

public virtual CvDTreeNode Predict(
	CvMat sample,
	CvMat missingDataMask = null,
	bool preprocessedInput = false
)

Parameters

sample
Type: OpenCvSharpCvMat

[Missing <param name="sample"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Predict(OpenCvSharp.CvMat,OpenCvSharp.CvMat,System.Boolean)"]

missingDataMask (Optional)
Type: OpenCvSharpCvMat

[Missing <param name="missingDataMask"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Predict(OpenCvSharp.CvMat,OpenCvSharp.CvMat,System.Boolean)"]

preprocessedInput (Optional)
Type: SystemBoolean

[Missing <param name="preprocessedInput"/> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Predict(OpenCvSharp.CvMat,OpenCvSharp.CvMat,System.Boolean)"]

Return Value

Type: CvDTreeNode

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.CvDTree.Predict(OpenCvSharp.CvMat,OpenCvSharp.CvMat,System.Boolean)"]

See Also

Reference