simplified interface
@param d dimension of the data @param n nb of training vectors @param k nb of output centroids @param x training set (size n * d) @param centroids output centroids (size k * d) @param q_error final quantization error @return error code
See Implementation
simplified interface
@param d dimension of the data @param n nb of training vectors @param k nb of output centroids @param x training set (size n * d) @param centroids output centroids (size k * d) @param q_error final quantization error @return error code