Enumerations

FeatureTypes.h File Reference

Go to the source code of this file.

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_COMBINED_DOT = 60, C_WD = 70, C_SPEC = 80,
  C_WEIGHTEDSPEC = 90, C_POLY = 100, C_STREAMING_SIMPLE = 110, C_STREAMING_SPARSE = 120,
  C_STREAMING_STRING = 130, C_STREAMING_VW = 140, C_ANY = 1000
}
 

shogun feature class

More...
enum  EFeatureProperty { FP_NONE = 0, FP_DOT = 1, FP_STREAMING_DOT = 2 }
 

shogun feature properties

More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation