Hypothesis class source code. More...
#include <mtt/hypothesis.h>
Go to the source code of this file.
Functions | |
bool | compareHypotheses (HypothesisPtr h1, HypothesisPtr h2) |
Compare two hypotheses by uid. | |
bool | compareHypothesesByProbability (HypothesisPtr h1, HypothesisPtr h2) |
Compare two hypotheses by probability. | |
bool | compareHypothesesByProbabilityDescending (HypothesisPtr h1, HypothesisPtr h2) |
Compare two hypotheses by probability, but descending. | |
ostream & | operator<< (ostream &o, Hypothesis &h) |
Hypothesis class source code.
Definition in file hypothesis.cpp.
bool compareHypotheses | ( | HypothesisPtr | h1, | |
HypothesisPtr | h2 | |||
) |
Compare two hypotheses by uid.
h1 | first hypothesis | |
h2 | second hypothesis |
Definition at line 128 of file hypothesis.cpp.
bool compareHypothesesByProbability | ( | HypothesisPtr | h1, | |
HypothesisPtr | h2 | |||
) |
Compare two hypotheses by probability.
h1 | first hypothesis | |
h2 | second hypothesis |
Definition at line 118 of file hypothesis.cpp.
bool compareHypothesesByProbabilityDescending | ( | HypothesisPtr | h1, | |
HypothesisPtr | h2 | |||
) |
Compare two hypotheses by probability, but descending.
h1 | first hypothesis | |
h2 | second hypothesis |
Definition at line 123 of file hypothesis.cpp.
ostream& operator<< | ( | ostream & | o, | |
Hypothesis & | h | |||
) |
Definition at line 108 of file hypothesis.cpp.