iPDC-suite/iPDC/inc/Kmeans2.h

4 lines
202 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);
long double distance2(struct centroid *A, struct Point *B);