Data Structures | Typedefs | Functions
probmap.hh File Reference
#include <vector>
#include <string>
#include <map>
#include <iostream>
#include <mia/core/defines.hh>

Go to the source code of this file.

Data Structures

class  CLabelMap
 A simple class to add loadind and storeing to a map of labels. More...
 
class  CProbabilityVector
 A vector of probablility values. More...
 

Typedefs

typedef std::vector< double > double_vector
 

Functions

EXPORT_CORE bool operator== (const CProbabilityVector &a, const CProbabilityVector &b)
 Compare two probability vectors. More...
 
EXPORT_CORE bool operator== (const CLabelMap &a, const CLabelMap &b)
 element wise equal operator for a CLabelMap More...
 

Typedef Documentation

typedef std::vector<double> double_vector

Definition at line 32 of file probmap.hh.

Function Documentation

EXPORT_CORE bool operator== ( const CProbabilityVector a,
const CProbabilityVector b 
)

Compare two probability vectors.

EXPORT_CORE bool operator== ( const CLabelMap a,
const CLabelMap b 
)

element wise equal operator for a CLabelMap