remove DiscreteLookupTable from wrapper

release/4.3a0
Varun Agrawal 2024-07-14 15:53:14 -04:00
parent 19ea2712c0
commit ffa72e7fad
1 changed files with 0 additions and 9 deletions

View File

@ -263,15 +263,6 @@ class DiscreteBayesTree {
#include <gtsam/discrete/DiscreteLookupDAG.h>
class DiscreteLookupTable : gtsam::DiscreteConditional{
DiscreteLookupTable(size_t nFrontals, const gtsam::DiscreteKeys& keys,
const gtsam::DecisionTreeFactor::ADT& potentials);
void print(string s = "Discrete Lookup Table: ",
const gtsam::KeyFormatter& keyFormatter =
gtsam::DefaultKeyFormatter) const;
size_t argmax(const gtsam::DiscreteValues& parentsValues) const;
};
class DiscreteLookupDAG {
DiscreteLookupDAG();
void push_back(const gtsam::DiscreteLookupTable* table);