Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions
codebook.c File Reference
#include <stdlib.h>
#include "tabledesign.h"

Functions

void split (double **table, double *delta, int order, int npredictors, double scale)
 
void refine (double **table, int order, int npredictors, double **data, int dataSize, int refineIters, UNUSED double unused)
 

Function Documentation

◆ refine()

void refine ( double **  table,
int  order,
int  npredictors,
double **  data,
int  dataSize,
int  refineIters,
UNUSED double  unused 
)

◆ split()

void split ( double **  table,
double *  delta,
int  order,
int  npredictors,
double  scale 
)