Go to the source code of this file.
Classes | |
class | CFeatures |
The class Features is the base class of all feature objects. More... | |
Enumerations | |
enum | EFeatureType { F_UNKNOWN = 0, F_BOOL = 5, F_CHAR = 10, F_BYTE = 20, F_SHORT = 30, F_WORD = 40, F_INT = 50, F_UINT = 60, F_LONG = 70, F_ULONG = 80, F_SHORTREAL = 90, F_DREAL = 100, F_LONGREAL = 110, F_ANY = 1000 } |
shogun feature type More... | |
enum | EFeatureClass { C_UNKNOWN = 0, C_SIMPLE = 10, C_SPARSE = 20, C_STRING = 30, C_COMBINED = 40, C_MINDYGRAM = 50, C_COMBINED_DOT = 60, C_WD = 70, C_SPEC = 80, C_WEIGHTEDSPEC = 90, C_ANY = 1000 } |
shogun feature class More... | |
enum | EFeatureProperty { FP_NONE = 0, FP_DOT = 1 } |
shogun feature properties More... |
enum EFeatureClass |
shogun feature class
C_UNKNOWN | |
C_SIMPLE | |
C_SPARSE | |
C_STRING | |
C_COMBINED | |
C_MINDYGRAM | |
C_COMBINED_DOT | |
C_WD | |
C_SPEC | |
C_WEIGHTEDSPEC | |
C_ANY |
Definition at line 39 of file Features.h.
enum EFeatureProperty |
enum EFeatureType |
shogun feature type
F_UNKNOWN | |
F_BOOL | |
F_CHAR | |
F_BYTE | |
F_SHORT | |
F_WORD | |
F_INT | |
F_UINT | |
F_LONG | |
F_ULONG | |
F_SHORTREAL | |
F_DREAL | |
F_LONGREAL | |
F_ANY |
Definition at line 20 of file Features.h.