Go to the source code of this file.
Defines | |
#define | sparx_cuda_kmeans_h__ 1 |
Functions | |
int | cuda_kmeans (float *h_IM, float *h_AVE, unsigned short int *h_ASG, float *h_INFO, int N, int m, int K, int maxite, float F, float T0, int rnd) |
#define sparx_cuda_kmeans_h__ 1 |
Definition at line 2 of file cuda_kmeans.h.
int cuda_kmeans | ( | float * | h_IM, | |
float * | h_AVE, | |||
unsigned short int * | h_ASG, | |||
float * | h_INFO, | |||
int | N, | |||
int | m, | |||
int | K, | |||
int | maxite, | |||
float | F, | |||
float | T0, | |||
int | rnd | |||
) |