SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Enumerations
StructuredDataTypes.h File Reference

Go to the source code of this file.

Macros

#define STRUCTURED_DATA_TYPE(SDT)
 

Enumerations

enum  EStructuredDataType {
  SDT_UNKNOWN = 0, SDT_REAL = 1, SDT_SEQUENCE = 2, SDT_FACTOR_GRAPH = 3,
  SDT_SPARSE_MULTILABEL = 4
}
 

Macro Definition Documentation

#define STRUCTURED_DATA_TYPE (   SDT)
Value:
\
virtual EStructuredDataType get_structured_data_type() const { return SDT; }

Definition at line 29 of file StructuredDataTypes.h.


SHOGUN Machine Learning Toolbox - Documentation