Returns all the splits.
all the split indices are indices in the returned vector
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic DTreesSplit[] GetSplits()
Public Function GetSplits As DTreesSplit()
public:
array<DTreesSplit>^ GetSplits()
member GetSplits : unit -> DTreesSplit[]
Return Value
Type:
DTreesSplit
See Also