belief is value id with probability
More...
#include <Belief.hpp>
|
typedef Val | Value |
|
typedef Val::DomainType::ValueId | ValueId |
|
typedef std::vector< Belief< Val > > | Beliefs |
|
|
| Belief (ValueId value, Probability probability) |
|
ValueId | getValue () const |
|
Probability | getProbability () const |
|
template<class Archive > |
void | save (Archive &ar, const unsigned int) const |
|
template<class Archive > |
void | load (Archive &ar, const unsigned int) |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int file_version) |
|
bool | operator< (const Belief &c) const |
|
template<typename Val>
class faif::ml::Belief< Val >
belief is value id with probability
template<typename Val>
friend class boost::serialization::access |
|
friend |
serialization using boost::serialization
The documentation for this class was generated from the following file: