Stable place to commit

This commit is contained in:
Joseph Redmon
2015-02-04 12:41:20 -08:00
parent 0f1a31648c
commit bfffadc755
9 changed files with 72 additions and 22 deletions

View File

@ -28,6 +28,7 @@ float rand_uniform();
float sum_array(float *a, int n);
float mean_array(float *a, int n);
float variance_array(float *a, int n);
float mag_array(float *a, int n);
float **one_hot_encode(float *a, int n, int k);
float sec(clock_t clocks);
#endif