Fix ivfpq demo. (#763)

Makes sense.
pull/769/head
Lucas Hosseini 2019-04-03 11:24:33 +02:00 committed by Matthijs Douze
parent afe0fdc161
commit 6c1cb3cd5c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ int main ()
index.add (nb, database.data());
printf ("[%.3f s] imbalance factor: %g\n",
elapsed() - t0, index.imbalance_factor ());
elapsed() - t0, index.invlists->imbalance_factor());
// remember a few elements from the database as queries
int i0 = 1234;