deleted toTableFactor.

release/4.3a0
Yoonwoo Kim 2023-05-29 01:34:04 +09:00
parent 7295bdd542
commit 0a5a21bedc
1 changed files with 0 additions and 3 deletions

View File

@ -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;