RTreesUseSurrogates Property |
http://www.emgu.com
If true then surrogate splits will be built
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool UseSurrogates { get; set; }
Public Property UseSurrogates As Boolean
Get
Set
public:
property bool UseSurrogates {
bool get ();
void set (bool value);
}
member UseSurrogates : bool with get, set
Property Value
Type:
Boolean
See Also