#include <vector>
#include "aggregating.h"
Include dependency graph for multiclass_ecoc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | lemga | 
Classes | |
| class | MultiClass_ECOC | 
| Multiclass classification using error-correcting output code.  More... | |
Defines | |
| #define | MULTICLASS_ECOC_OUTPUT_CACHE 2 | 
Typedefs | |
| typedef std::vector< int > | lemga::ECOC_VECTOR | 
| typedef std::vector< ECOC_VECTOR > | lemga::ECOC_TABLE | 
Enumerations | |
| enum | lemga::ECOC_TYPE { lemga::NO_TYPE, lemga::ONE_VS_ONE, lemga::ONE_VS_ALL } | 
Definition in file multiclass_ecoc.h.
      
  | 
  
| 
 
 Definition at line 16 of file multiclass_ecoc.h.  | 
  
 1.4.6