Click or drag to resize

DTreesUseSurrogates Property

If true then surrogate splits will be built. These splits allow to work with missing data and compute variable importance correctly. Default value is false.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool UseSurrogates { get; set; }

Property Value

Type: Boolean
See Also