#include "params.h"
#include "intproto.h"
#include "cutoffs.h"
Go to the source code of this file.
◆ SE_TABLE_BITS
Public Function Prototypes
Definition at line 66 of file intmatcher.h.
◆ SE_TABLE_SIZE
#define SE_TABLE_SIZE 512 |
◆ HeapSort()
void HeapSort |
( |
int |
n, |
|
|
int |
ra[], |
|
|
int |
rb[] |
|
) |
| |
Sort Key array in ascending order using heap sort algorithm. Also sort Index array that is tied to the key array.
- Parameters
-
n | Number of elements to sort |
ra | Key array [1..n] |
rb | Index array [1..n] |
- Returns
- none
Definition at line 1213 of file intmatcher.cpp.
1238 if (j < ir && ra[j] < ra[j + 1])
◆ IMDebugConfiguration()
void IMDebugConfiguration |
( |
INT_FEATURE |
FeatureNum, |
|
|
uint16_t |
ActualProtoNum, |
|
|
uint8_t |
Evidence, |
|
|
BIT_VECTOR |
ConfigMask, |
|
|
uint32_t |
ConfigWord |
|
) |
| |
Private Function Prototypes
◆ IMDebugConfigurationSum()
void IMDebugConfigurationSum |
( |
INT_FEATURE |
FeatureNum, |
|
|
uint8_t * |
FeatureEvidence, |
|
|
int32_t |
ConfigCount |
|
) |
| |
◆ classify_adapt_feature_thresh
int classify_adapt_feature_thresh = 230 |
"Threshold for good features during adaptive 0-255: "
◆ classify_adapt_proto_thresh
int classify_adapt_proto_thresh = 230 |
"Threshold for good protos during adaptive 0-255: "
◆ classify_integer_matcher_multiplier
int classify_integer_matcher_multiplier = 10 |
"Integer Matcher Multiplier 0-255: "
◆ disable_character_fragments
bool disable_character_fragments = FALSE |
"Do not include character fragments in the" " results of the classifier"