#include "measure.h"
#include "bestfirst.h"
#include "states.h"
Go to the source code of this file.
Functions | |
void | init_metrics () |
void | end_metrics () |
void | record_certainty (float certainty, int pass) |
void | record_search_status (int num_states, int before_best, float closeness) |
void | record_priorities (SEARCH_RECORD *the_search, FLOAT32 priority_1, FLOAT32 priority_2) |
void | record_samples (FLOAT32 match_pri, FLOAT32 width_pri) |
void | reset_width_tally () |
void | save_best_state (CHUNKS_RECORD *chunks_record) |
void | start_recording () |
void | stop_recording () |
Variables | |
int | words_chopped1 |
int | words_chopped2 |
int | chops_attempted1 |
int | chops_performed1 |
int | chops_attempted2 |
int | chops_performed2 |
int | permutation_count |
int | character_count |
int | word_count |
int | chars_classified |
MEASUREMENT | width_measure |
MEASUREMENT | width_priority_range |
MEASUREMENT | match_priority_range |
void end_metrics | ( | ) |
void init_metrics | ( | ) |
void record_certainty | ( | float | certainty, | |
int | pass | |||
) |
void record_priorities | ( | SEARCH_RECORD * | the_search, | |
FLOAT32 | priority_1, | |||
FLOAT32 | priority_2 | |||
) |
void record_search_status | ( | int | num_states, | |
int | before_best, | |||
float | closeness | |||
) |
void reset_width_tally | ( | ) |
void save_best_state | ( | CHUNKS_RECORD * | chunks_record | ) |
void start_recording | ( | ) |
void stop_recording | ( | ) |
int character_count |
int chars_classified |
int chops_attempted1 |
int chops_attempted2 |
int chops_performed1 |
int chops_performed2 |
int word_count |
int words_chopped1 |
int words_chopped2 |