Go to the documentation of this file.
31 #define MAX_NUM_CLASSES 12288
32 #define MAX_CLASS_ID (MAX_NUM_CLASSES - 1)
48 #define NO_FEATURE 255
49 #define NOISE_FEATURE 254
50 #define MISSING_PROTO 254
51 #define MAX_NUM_FEAT 40
52 #define MAX_FEATURE_ID 250
90 #define IsValidFeature(Fid) ((Fid) < MAX_FEATURE_ID)
91 #define IsValidProto(Pid) ((Pid) >= 0)
93 #if defined(__STDC__) || defined(__cplusplus)
100 int CompareMatchResults
105 void PrintMatchResults