RTreesUseSurrogates Property |
http://www.emgu.com
If true then surrogate splits will be built
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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