#include "metrics.h"#include "bestfirst.h"#include "associate.h"#include "tally.h"#include <stdio.h>#include "plotseg.h"#include "globals.h"#include "wordclass.h"#include "intmatcher.h"#include "freelist.h"#include "callcpp.h"#include "ndminx.h"#include "wordrec.h"| #define CERTAINTY_BUCKET_SIZE -0.5 |
| #define CERTAINTY_BUCKETS 40 |
| 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 |
| STATE* known_best_state = NULL |
| FILE* priority_file_1 |
| FILE* priority_file_2 |
| FILE* priority_file_3 |
| int word_count |
| int words_chopped1 |
| int words_chopped2 |
1.6.3