From cd8d5590e6d1320b4d07e312a26f1b93fb90c443 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 27 Mar 2022 13:34:42 -0400 Subject: [PATCH] doc fix --- gtsam/discrete/DecisionTreeFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/discrete/DecisionTreeFactor.h b/gtsam/discrete/DecisionTreeFactor.h index 3cfdbe968..1f3d69292 100644 --- a/gtsam/discrete/DecisionTreeFactor.h +++ b/gtsam/discrete/DecisionTreeFactor.h @@ -178,7 +178,7 @@ namespace gtsam { * A leaf is pruned if it is not in the top `maxNrLeaves` values. * * @param maxNrLeaves The maximum number of leaves to keep. - * @return DecisionTreeFactor::shared_ptr + * @return DecisionTreeFactor */ DecisionTreeFactor prune(size_t maxNrLeaves) const;