New data format

This commit is contained in:
Joseph Redmon
2013-12-06 13:26:09 -08:00
parent b715671988
commit 4bdf96bd6a
12 changed files with 279 additions and 243 deletions

View File

@ -22,5 +22,6 @@ double constrain(double a, double max);
double rand_normal();
double mean_array(double *a, int n);
double variance_array(double *a, int n);
double **one_hot_encode(double *a, int n, int k);
#endif