I'm trying to convert an implementation of scikit-learn to OpenCV of several Machine Learning algorithms. First of all, do you know of any specific question/document where I can find the parameters equivalence?
If not, in the specific case of Decision Trees, is the max_categories of OpenCv the equivalent of max_features in scikit-learn?