Click or drag to resize

DTreesGetSplits Method

Returns all the splits. all the split indices are indices in the returned vector

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public DTreesSplit[] GetSplits()

Return Value

Type: DTreesSplit

[Missing <returns> documentation for "M:OpenCvSharp.ML.DTrees.GetSplits"]

See Also