Features.h File Reference

Go to the source code of this file.

Classes

class  CFeatures

Enumerations

enum  EFeatureType {
  F_UNKNOWN = 0, 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
}
enum  EFeatureClass {
  C_UNKNOWN = 0, C_SIMPLE = 10, C_SPARSE = 20, C_STRING = 30,
  C_COMBINED = 40, C_MINDYGRAM = 50, C_ANY = 1000
}


Enumeration Type Documentation

Enumerator:
C_UNKNOWN 
C_SIMPLE 
C_SPARSE 
C_STRING 
C_COMBINED 
C_MINDYGRAM 
C_ANY 

Definition at line 36 of file Features.h.

Enumerator:
F_UNKNOWN 
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 19 of file Features.h.


SHOGUN Machine Learning Toolbox - Documentation