From 0a5a21bedca1afb4ad939c62134423527d757d4d Mon Sep 17 00:00:00 2001 From: Yoonwoo Kim Date: Mon, 29 May 2023 01:34:04 +0900 Subject: [PATCH] deleted toTableFactor. --- gtsam/discrete/TableFactor.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtsam/discrete/TableFactor.h b/gtsam/discrete/TableFactor.h index 87989bcff..1462180e0 100644 --- a/gtsam/discrete/TableFactor.h +++ b/gtsam/discrete/TableFactor.h @@ -190,9 +190,6 @@ class GTSAM_EXPORT TableFactor : public DiscreteFactor { /// Convert into a decisiontree DecisionTreeFactor toDecisionTreeFactor() const override; - /// Generate TableFactor from TableFactor - // TableFactor toTableFactor() const override { return *this; } - /// Create a TableFactor that is a subset of this TableFactor TableFactor choose(const DiscreteValues assignments, DiscreteKeys parent_keys) const;