#include <HypothesesTree.h>
Definition at line 75 of file HypothesesTree.h.
mhf::HypothesisTree::HypothesisTree |
( |
int |
num_max_hyps, |
|
|
double |
max_min_prob_ratio |
|
) |
| |
mhf::HypothesisTree::~HypothesisTree |
( |
| ) |
|
|
virtual |
void mhf::HypothesisTree::addEvidence |
( |
const EvidenceSet & |
ev_set | ) |
|
void mhf::HypothesisTree::applyAssignments |
( |
| ) |
|
|
protected |
void mhf::HypothesisTree::expandTree |
( |
const EvidenceSet & |
ev_set | ) |
|
|
protected |
const std::list<SemanticObject*>& mhf::HypothesisTree::getAllObjects |
( |
| ) |
const |
int mhf::HypothesisTree::getHeight |
( |
| ) |
const |
const std::list< Hypothesis * > & mhf::HypothesisTree::getHypotheses |
( |
| ) |
const |
const Hypothesis & mhf::HypothesisTree::getMAPHypothesis |
( |
| ) |
const |
const std::list< SemanticObject * > & mhf::HypothesisTree::getMAPObjects |
( |
| ) |
const |
void mhf::HypothesisTree::normalizeProbabilities |
( |
| ) |
|
|
protected |
void mhf::HypothesisTree::pruneTree |
( |
const Time & |
timestamp | ) |
|
|
protected |
void mhf::HypothesisTree::showStatistics |
( |
| ) |
|
std::list<Hypothesis*> mhf::HypothesisTree::leafs_ |
|
protected |
double mhf::HypothesisTree::max_min_prob_ratio_ |
|
protected |
ratio between max and min hypothesis probability
Definition at line 127 of file HypothesesTree.h.
long mhf::HypothesisTree::n_updates_ |
|
protected |
unsigned int mhf::HypothesisTree::num_max_hyps_ |
|
protected |
double mhf::HypothesisTree::t_last_update_ |
|
protected |
int mhf::HypothesisTree::tree_height_ |
|
protected |
The documentation for this class was generated from the following files: