Bias updates bug fix

This commit is contained in:
Joseph Redmon
2015-01-27 13:31:06 -08:00
parent 809f924db2
commit 153705226d
9 changed files with 52 additions and 30 deletions

View File

@ -22,6 +22,7 @@ void scale_array(float *a, int n, float s);
void translate_array(float *a, int n, float s);
int max_index(float *a, int n);
float constrain(float a, float max);
float mse_array(float *a, int n);
float rand_normal();
float rand_uniform();
float sum_array(float *a, int n);