fineTune

API definition

void fineTune(size_t n, const float *x);

Function

Fine-tunes and optimizes the center to avoid uneven bucketing.

Input

size_t n: number of feature vectors.

const float *x: feature vector data.

Output

N/A

Return value

N/A

Restrictions

This API is not supported in the current version. Avoid using it.