Skip to content

Commit 58a7f91

Browse files
committed
Updated comments in lsh_index
It still had some comments from randomized kd-tree comments
1 parent 9a01507 commit 58a7f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/flann/algorithms/lsh_index.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ struct LshIndexParams : public IndexParams
6969
};
7070

7171
/**
72-
* Randomized kd-tree index
72+
* Locality-sensitive hashing index
7373
*
74-
* Contains the k-d trees and other information for indexing a set of points
74+
* Contains the tables and other information for indexing a set of points
7575
* for nearest-neighbor matching.
7676
*/
7777
template<typename Distance>

0 commit comments

Comments
 (0)