SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ECOCOVOEncoder.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * Written (W) 2012 Chiyuan Zhang
8  * Copyright (C) 2012 Chiyuan Zhang
9  */
10 
11 #ifndef ECOCOVOENCODER_H__
12 #define ECOCOVOENCODER_H__
13 
14 #include <shogun/lib/config.h>
15 
17 
18 namespace shogun
19 {
20 
23 {
24 public:
27 
29  virtual ~CECOCOVOEncoder() {}
30 
32  virtual const char* get_name() const
33  {
34  return "ECOCOVOEncoder";
35  }
36 
40  virtual SGMatrix<int32_t> create_codebook(int32_t num_classes);
41 };
42 
43 }
44 
45 #endif /* end of include guard: ECOCOVOENCODER_H__ */
virtual const char * get_name() const
ECOCEncoder produce an ECOC codebook.
Definition: ECOCEncoder.h:38
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
virtual SGMatrix< int32_t > create_codebook(int32_t num_classes)

SHOGUN Machine Learning Toolbox - Documentation