http://www.emgu.com
If CVFolds greater than 1 then algorithms prunes the built decision tree using K-fold
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
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