iPDC-suite/iPDC/inc/Kmeans2.h

3 lines
142 B
C
Raw Normal View History

2022-11-01 22:49:13 +05:30
int *getRandoms(int lower, int upper, int count);
long double distance(struct Point* A, struct Point* B);
2022-11-02 14:49:42 +05:30
bool Kmeans2(struct data_frame *df);