BoostMinSampleCount Property |
http://www.emgu.com
If the number of samples in a node is less than this parameter then the node will not be split
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int MinSampleCount { get; set; }
Public Property MinSampleCount As Integer
Get
Set
public:
property int MinSampleCount {
int get ();
void set (int value);
}
member MinSampleCount : int with get, set
Property Value
Type:
Int32
See Also