Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5977b0b8
Commit
5977b0b8
authored
Mar 14, 2013
by
Davis King
Browse files
updated docs
parent
0cb100d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/docs/graph_tools.xml
docs/docs/graph_tools.xml
+2
-2
No files found.
docs/docs/graph_tools.xml
View file @
5977b0b8
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment