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