Added Davies-Bouldin index [skip ci]

This commit is contained in:
Andrew Kane
2022-02-15 19:08:47 -08:00
parent f5458414b8
commit 4ca264ba02
2 changed files with 45 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ typedef struct IvfflatBuildState
#ifdef IVFFLAT_KMEANS_DEBUG
double inertia;
double *listSums;
int *listCounts;
#endif
/* Sampling */