#include "params.h"
#include "intproto.h"
#include "cutoffs.h"
Go to the source code of this file.
Public Function Prototypes
Definition at line 66 of file intmatcher.h.
#define SE_TABLE_SIZE 512 |
void HeapSort |
( |
int |
n, |
|
|
register int |
ra[], |
|
|
register int |
rb[] |
|
) |
| |
Definition at line 1273 of file intmatcher.cpp.
1288 register int i, rra, rrb;
1312 if (j < ir && ra[j] < ra[j + 1])
Private Function Prototypes
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 = 10 |
"Integer Matcher Multiplier 0-255: "
bool disable_character_fragments = FALSE |
"Do not include character fragments in the" " results of the classifier"