Browse Source

new dataset

master
anapt 7 years ago
parent
commit
f5fd486a5c
  1. 6
      mean_shift_serial/serial.c

6
mean_shift_serial/serial.c

@ -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;

Loading…
Cancel
Save