32 #define MAX_NUM_CLASSES INT16_MAX 33 #define MAX_CLASS_ID (MAX_NUM_CLASSES - 1) 36 using CLASS_ID = UNICHAR_ID;
42 using PROTO_ID = int16_t;
48 using FEATURE_ID = uint8_t;
49 #define NO_FEATURE 255 50 #define NOISE_FEATURE 254 51 #define MISSING_PROTO 254 52 #define MAX_NUM_FEAT 40 53 #define MAX_FEATURE_ID 250 63 using CERTAINTY = float;
91 #define IsValidFeature(Fid) ((Fid) < MAX_FEATURE_ID) 92 #define IsValidProto(Pid) ((Pid) >= 0) 94 #if defined(__STDC__) || defined(__cplusplus) 101 int CompareMatchResults
104 void PrintMatchResult _ARGS ((FILE * File,
MATCH_RESULT * MatchResult));
106 void PrintMatchResults
107 _ARGS ((FILE * File,
int N,
MATCH_RESULT MatchResults[]));
CERTAINTY Certainty
Definition: matchdefs.h:70
RATING Rating
Definition: matchdefs.h:69
CLASS_ID Class
Definition: matchdefs.h:68
Definition: matchdefs.h:66