remove DiscreteLookupTable from wrapper
parent
19ea2712c0
commit
ffa72e7fad
|
@ -263,15 +263,6 @@ class DiscreteBayesTree {
|
||||||
|
|
||||||
#include <gtsam/discrete/DiscreteLookupDAG.h>
|
#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 {
|
class DiscreteLookupDAG {
|
||||||
DiscreteLookupDAG();
|
DiscreteLookupDAG();
|
||||||
void push_back(const gtsam::DiscreteLookupTable* table);
|
void push_back(const gtsam::DiscreteLookupTable* table);
|
||||||
|
|
Loading…
Reference in New Issue