http://www.emgu.com
If CVFolds greater than 1 then algorithms prunes the built decision tree using K-fold
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int CVFolds { get; set; }
Public Property CVFolds As Integer
Get
Set
public:
property int CVFolds {
int get ();
void set (int value);
}
member CVFolds : int with get, set
Property Value
Type:
Int32
See Also