Commit d210bc77 authored by Davis King's avatar Davis King

fixed grammar

parent 5edb5662
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
<spec_file link="true">dlib/graph_utils/edge_list_graphs_abstract.h</spec_file> <spec_file link="true">dlib/graph_utils/edge_list_graphs_abstract.h</spec_file>
<description> <description>
This is a function which finds all the k nearest neighbors of a set of points and outputs 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 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> <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>. and <a href="#find_k_nearest_neighbors_lsh">find_k_nearest_neighbors_lsh</a>.
......
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