Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CvDTree fitting algorithm.

Hello,

In the documentation for the CvDTree for __max_categories__ section it is written that

In case of regression and categorical variable the optimal split can be found efficiently without employing clustering, thus the parameter is not used in these cases.

I was wondering how is this achieved algorithmically. I tried to find the algorithm in the paper that is cited there but found none.