Commit 2077f8ed authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403609
parent f50b21ea
...@@ -242,7 +242,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -242,7 +242,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<file>dlib/manifold_regularization.h</file> <file>dlib/manifold_regularization.h</file>
<spec_file link="true">dlib/manifold_regularization/graph_creation_abstract.h</spec_file> <spec_file link="true">dlib/manifold_regularization/graph_creation_abstract.h</spec_file>
<description> <description>
This function is a simple approximate form <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>.
Instead of checking all possible edges it randomly samples a large number of them and Instead of checking all possible edges it randomly samples a large number of them and
then returns the best ones. then returns the best ones.
</description> </description>
...@@ -262,7 +262,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -262,7 +262,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<spec_file link="true">dlib/manifold_regularization/sample_pair_abstract.h</spec_file> <spec_file link="true">dlib/manifold_regularization/sample_pair_abstract.h</spec_file>
<description> <description>
This object is intended to represent an edge in an undirected graph This object is intended to represent an edge in an undirected graph
that has data samples in its vertices. which has data samples at its vertices.
</description> </description>
<examples> <examples>
......
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