Merge pull request #213 from qwaker00/patch-1
Update modules/ml/doc/gradient_boosted_trees.rst
This commit is contained in:
commit
940cf978b1
@ -144,7 +144,7 @@ By default the following constructor is used:
|
|||||||
|
|
||||||
.. code-block:: cpp
|
.. code-block:: cpp
|
||||||
|
|
||||||
CvGBTreesParams(CvGBTrees::SQUARED_LOSS, 200, 0.8f, 0.01f, 3, false)
|
CvGBTreesParams(CvGBTrees::SQUARED_LOSS, 200, 0.01f, 0.8f, 3, false)
|
||||||
: CvDTreeParams( 3, 10, 0, false, 10, 0, false, false, 0 )
|
: CvDTreeParams( 3, 10, 0, false, 10, 0, false, false, 0 )
|
||||||
|
|
||||||
CvGBTrees
|
CvGBTrees
|
||||||
|
Loading…
Reference in New Issue
Block a user