#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "assert.h"
#include "polylearn.h"
#include "score4.h"
Defines | |
| #define | COEF_FILE "coefficients" |
| Name of coefficients file. | |
Functions | |
| void | h_init_1 (void) |
| Read in polynomial coefficients. | |
Variables | |
| int * | coeff_1 |
| Coefficients. | |
| static int | coefficients [NUM_COEF] |
| Contains the coefficients for the scoring polynomial. | |
1.4.5