doc fix
parent
4c966b9753
commit
cd8d5590e6
|
|
@ -178,7 +178,7 @@ namespace gtsam {
|
||||||
* A leaf is pruned if it is not in the top `maxNrLeaves` values.
|
* A leaf is pruned if it is not in the top `maxNrLeaves` values.
|
||||||
*
|
*
|
||||||
* @param maxNrLeaves The maximum number of leaves to keep.
|
* @param maxNrLeaves The maximum number of leaves to keep.
|
||||||
* @return DecisionTreeFactor::shared_ptr
|
* @return DecisionTreeFactor
|
||||||
*/
|
*/
|
||||||
DecisionTreeFactor prune(size_t maxNrLeaves) const;
|
DecisionTreeFactor prune(size_t maxNrLeaves) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue