Mercurial > hg > audiodb
view accumulators.h @ 533:eb5dd50dd7d1 multiprobeLSH
Added warning about deprecated LSH_N_POINT_BITS coding. Only affects indexes built prior to rev 820
author | mas01mc |
---|---|
date | Tue, 03 Feb 2009 02:04:06 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif