#include "params.h"
#include "intproto.h"
#include "cutoffs.h"
Go to the source code of this file.
Classes | |
struct | INT_RESULT_STRUCT |
struct | CP_RESULT_STRUCT |
struct | ScratchEvidence |
class | IntegerMatcher |
Defines | |
#define | SE_TABLE_BITS 9 |
#define | SE_TABLE_SIZE 512 |
Typedefs | |
typedef INT_RESULT_STRUCT * | INT_RESULT |
typedef CP_RESULT_STRUCT | CLASS_PRUNER_RESULTS [MAX_NUM_CLASSES] |
Functions | |
void | IMDebugConfiguration (INT_FEATURE FeatureNum, uinT16 ActualProtoNum, uinT8 Evidence, BIT_VECTOR ConfigMask, uinT32 ConfigWord) |
void | IMDebugConfigurationSum (INT_FEATURE FeatureNum, uinT8 *FeatureEvidence, inT32 ConfigCount) |
void | HeapSort (int n, register int ra[], register int rb[]) |
Variables | |
bool | disable_character_fragments = FALSE |
int | classify_integer_matcher_multiplier = 14 |
int | classify_adapt_proto_thresh = 230 |
int | classify_adapt_feature_thresh = 230 |
#define SE_TABLE_BITS 9 |
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
#define SE_TABLE_SIZE 512 |
typedef CP_RESULT_STRUCT CLASS_PRUNER_RESULTS[MAX_NUM_CLASSES] |
typedef INT_RESULT_STRUCT* INT_RESULT |
void HeapSort | ( | int | n, | |
register int | ra[], | |||
register int | rb[] | |||
) |
void IMDebugConfiguration | ( | INT_FEATURE | FeatureNum, | |
uinT16 | ActualProtoNum, | |||
uinT8 | Evidence, | |||
BIT_VECTOR | ConfigMask, | |||
uinT32 | ConfigWord | |||
) |
---------------------------------------------------------------------------- Private Function Prototypes ----------------------------------------------------------------------------
void IMDebugConfigurationSum | ( | INT_FEATURE | FeatureNum, | |
uinT8 * | FeatureEvidence, | |||
inT32 | ConfigCount | |||
) |
int classify_adapt_feature_thresh = 230 |
"Threshold for good features during adaptive 0-255: "
int classify_adapt_proto_thresh = 230 |
"Threshold for good protos during adaptive 0-255: "
int classify_integer_matcher_multiplier = 14 |
"Integer Matcher Multiplier 0-255: "
bool disable_character_fragments = FALSE |
"Do not include character fragments in the" " results of the classifier"