iPDC-suite/iPDC/inc/Kmeans.h

10 lines
143 B
C
Raw Permalink Normal View History

2022-10-12 02:01:31 +05:30
/*Pavan Changes*/
#include <gtk/gtk.h>
// intial variables
2022-10-25 21:42:46 +05:30
2022-10-12 02:01:31 +05:30
//function declaration
2022-10-25 21:42:46 +05:30
gboolean kmeans(struct data_frame *df);
2022-10-12 02:01:31 +05:30
/*Pavan Changes*/