|
@ -4,10 +4,10 @@ |
|
|
|
|
|
|
|
|
#include "serial_declarations.h" |
|
|
#include "serial_declarations.h" |
|
|
|
|
|
|
|
|
int DEVIATION = 1; |
|
|
int DEVIATION = 31000; |
|
|
int NUMBER_OF_POINTS = 600; |
|
|
int NUMBER_OF_POINTS = 5000; |
|
|
int DIMENSIONS = 2; |
|
|
int DIMENSIONS = 2; |
|
|
char* POINTS_FILENAME = "../data/X.bin"; |
|
|
char* POINTS_FILENAME = "../data/s4"; |
|
|
char* LABELS_FILENAME = "../data/L.bin"; |
|
|
char* LABELS_FILENAME = "../data/L.bin"; |
|
|
|
|
|
|
|
|
struct timeval startwtime, endwtime; |
|
|
struct timeval startwtime, endwtime; |
|
|