int cluster_exec(int nthreads, int numObjects, int numAttributes, float **attributes, int use_zscore_transform, int min_nclusters, int max_nclusters, float threshold, int *best_nclusters, float ***cluster_centres, int *cluster_assign)
Definition: cluster.c:171