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
d210bc77
Commit
d210bc77
authored
Nov 17, 2013
by
Davis King
Browse files
fixed grammar
parent
5edb5662
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/graph_tools.xml
docs/docs/graph_tools.xml
+1
-1
No files found.
docs/docs/graph_tools.xml
View file @
d210bc77
...
...
@@ -238,7 +238,7 @@
<spec_file
link=
"true"
>
dlib/graph_utils/edge_list_graphs_abstract.h
</spec_file>
<description>
This is a function which finds all the k nearest neighbors of a set of points and outputs
the result as a vector of
<a
href=
"#sample_pair"
>
sample_pair
</a>
objects. It takes O(n^2) where
the result as a vector of
<a
href=
"#sample_pair"
>
sample_pair
</a>
objects. It takes O(n^2)
time
where
n is the number of data samples. A faster approximate version is provided by
<a
href=
"#find_approximate_k_nearest_neighbors"
>
find_approximate_k_nearest_neighbors
</a>
and
<a
href=
"#find_k_nearest_neighbors_lsh"
>
find_k_nearest_neighbors_lsh
</a>
.
...
...
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