Property CVFolds
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
CVFolds
If CVFolds > 1 then algorithms prunes the built decision tree using K-fold cross-validation procedure where K is equal to CVFolds. Default value is 10.
public int CVFolds { get; set; }