Added inertia

This commit is contained in:
Andrew Kane
2022-02-12 21:23:53 -08:00
parent 71d2908be1
commit fa5e90585d
2 changed files with 19 additions and 1 deletions

View File

@@ -120,6 +120,10 @@ typedef struct IvfflatBuildState
ListInfo *listInfo;
Vector *normvec;
#ifdef IVFFLAT_KMEANS_DEBUG
double inertia;
#endif
/* Sampling */
BlockSamplerData bs;
ReservoirStateData rstate;