LabelSet Class Reference

LabelSets store multiple ground-truth labels per sample. More...

#include <Data.h>

List of all members.

Public Member Functions

 LabelSet ()
 ~LabelSet ()
void add (int l)
int size ()
int get (int i)
void clear ()
vector< int > & all ()


Detailed Description

LabelSets store multiple ground-truth labels per sample.

Each label is stored as an integer index, stored within a Vector of ints. The methods are simple enough that they are left undocumented.


Constructor & Destructor Documentation

LabelSet::LabelSet  )  [inline]
 

LabelSet::~LabelSet  )  [inline]
 


Member Function Documentation

void LabelSet::add int  l  )  [inline]
 

vector<int>& LabelSet::all  )  [inline]
 

void LabelSet::clear  )  [inline]
 

int LabelSet::get int  i  )  [inline]
 

int LabelSet::size  )  [inline]
 


The documentation for this class was generated from the following file:
Generated on Tue Dec 13 11:00:27 2005 for Classer by  doxygen 1.4.3