10 #ifndef DIRECTORCONTINGENCYTABLEEVALUATION_H_ 11 #define DIRECTORCONTINGENCYTABLEEVALUATION_H_ 14 #include <shogun/lib/config.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";
#define SG_NOTIMPLEMENTED
all of classes and functions are contained in the shogun namespace
#define IGNORE_IN_CLASSLIST
virtual float64_t evaluate(CLabels *predicted, CLabels *ground_truth)