Features.h File Reference

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...

Enumeration Type Documentation

shogun feature class

Enumerator:
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.

shogun feature properties

Enumerator:
FP_NONE 
FP_DOT 

Definition at line 55 of file Features.h.

shogun feature type

Enumerator:
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.


SHOGUN Machine Learning Toolbox - Documentation