Searched refs:LshTable (Results 1 – 2 of 2) sorted by relevance
114 lsh::LshTable<ElementType>& table = tables_[i]; in buildIndex()115 table = lsh::LshTable<ElementType>(feature_size_, key_size_); in buildIndex()270 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()308 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()309 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()341 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors()342 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors()368 std::vector<lsh::LshTable<ElementType> > tables_;
130 class LshTable147 LshTable() in LshTable() function156 LshTable(unsigned int feature_size, unsigned int key_size) in LshTable() function344 inline LshTable<unsigned char>::LshTable(unsigned int feature_size, unsigned int subsignature_size) in LshTable() function385 inline size_t LshTable<unsigned char>::getKey(const unsigned char* feature) const in getKey()418 inline LshStats LshTable<unsigned char>::getStats() const in getStats()