fixed building html docs

This commit is contained in:
Vadim Pisarevsky
2014-08-03 02:34:47 +04:00
parent c6593d02a6
commit 28ca6ac05e
8 changed files with 92 additions and 144 deletions

View File

@@ -69,7 +69,7 @@ The constructors
:param termCrit: The termination criteria that specifies when the training algorithm stops - either when the specified number of trees is trained and added to the ensemble or when sufficient accuracy (measured as OOB error) is achieved. Typically the more trees you have the better the accuracy. However, the improvement in accuracy generally diminishes and asymptotes pass a certain number of trees. Also to keep in mind, the number of tree increases the prediction time linearly.
The default constructor sets all parameters to default values which are different from default values of :ocv:class:`CvDTreeParams`:
The default constructor sets all parameters to default values which are different from default values of ``DTrees::Params``:
::