Commit 5977b0b8 authored by Davis King's avatar Davis King

updated docs

parent 0cb100d3
...@@ -239,8 +239,8 @@ ...@@ -239,8 +239,8 @@
<spec_file link="true">dlib/graph_utils/find_k_nearest_neighbors_lsh_abstract.h</spec_file> <spec_file link="true">dlib/graph_utils/find_k_nearest_neighbors_lsh_abstract.h</spec_file>
<description> <description>
This function is a simple approximate form of <a href="#find_k_nearest_neighbors">find_k_nearest_neighbors</a>. This function is a simple approximate form of <a href="#find_k_nearest_neighbors">find_k_nearest_neighbors</a>.
It uses locality sensitive hashing to speed up the nearest neighbor computation and is It uses <a href="algorithms.html#hash_similar_angles_128">locality sensitive hashing</a>
also capable of using a multi-core CPU. to speed up the nearest neighbor computation and is also capable of using a multi-core CPU.
</description> </description>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment