10 #ifndef DIRECTORCONTINGENCYTABLEEVALUATION_H_ 
   11 #define DIRECTORCONTINGENCYTABLEEVALUATION_H_ 
   15 #ifdef USE_SWIG_DIRECTORS 
   19 #define IGNORE_IN_CLASSLIST 
   25 IGNORE_IN_CLASSLIST class CDirectorContingencyTableEvaluation: 
public CContingencyTableEvaluation
 
   31     CDirectorContingencyTableEvaluation() :
 
   32         CContingencyTableEvaluation(
CUSTOM)
 
   37     virtual ~CDirectorContingencyTableEvaluation() 
 
   42     virtual float64_t evaluate(CLabels* predicted, CLabels* ground_truth)
 
   66     virtual const char* get_name()
 const 
   68         return "DirectorContingencyTableEvaluation";