I recently started using the machine learning library of opencv .
I implemented the Random forest algorithm using it. Now I want to do cross validation and hyper-parameter optimization using Grid Search.
I tried to search in the docs but couldn't find any method for that.
Has it been implemented or I have to do custom implementation.
Cross validation : Link
Grid Search : Link