iPDC-suite/iPDC/inc/Kmeans2.h

3 lines
142 B
C

int *getRandoms(int lower, int upper, int count);
long double distance(struct Point* A, struct Point* B);
bool Kmeans2(struct data_frame *df);