| DTreesGetSubsets Method |
Returns all the bitsets for categorical splits.
Split::subsetOfs is an offset in the returned vector
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int[] GetSubsets()
Public Function GetSubsets As Integer()
public:
array<int>^ GetSubsets()
member GetSubsets : unit -> int[]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.ML.DTrees.GetSubsets"]
See Also