| DTreesGetNodes Method |
Returns all the nodes.
all the node indices are indices in the returned vector
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public DTreesNode[] GetNodes()
Public Function GetNodes As DTreesNode()
public:
array<DTreesNode>^ GetNodes()
member GetNodes : unit -> DTreesNode[]
Return Value
Type:
DTreesNode[Missing <returns> documentation for "M:OpenCvSharp.ML.DTrees.GetNodes"]
See Also