faif
Public Types | Public Member Functions | Friends | List of all members
faif::ml::Belief< Val > Class Template Reference

belief is value id with probability More...

#include <Belief.hpp>

Collaboration diagram for faif::ml::Belief< Val >:
Collaboration graph

Public Types

typedef Val Value
 
typedef Val::DomainType::ValueId ValueId
 
typedef std::vector< Belief< Val > > Beliefs
 

Public Member Functions

 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
 

Friends

class boost::serialization::access
 serialization using boost::serialization More...
 

Detailed Description

template<typename Val>
class faif::ml::Belief< Val >

belief is value id with probability

Friends And Related Function Documentation

template<typename Val>
friend class boost::serialization::access
friend

serialization using boost::serialization


The documentation for this class was generated from the following file: