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
0d26fec1
"git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "0ea4cb8d5190fe94a6538d7e40d00d7153b15e58"
Commit
0d26fec1
authored
Oct 29, 2012
by
Davis King
Browse files
updated docs
parent
562daa01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
docs/docs/ml.xml
docs/docs/ml.xml
+13
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
0d26fec1
...
...
@@ -141,6 +141,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>
find_k_nearest_neighbors
</item>
<item>
find_approximate_k_nearest_neighbors
</item>
<item>
remove_short_edges
</item>
<item>
remove_duplicate_edges
</item>
<item>
remove_long_edges
</item>
<item>
remove_percent_longest_edges
</item>
<item>
remove_percent_shortest_edges
</item>
...
...
@@ -340,6 +341,18 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>
remove_duplicate_edges
</name>
<file>
dlib/manifold_regularization.h
</file>
<spec_file
link=
"true"
>
dlib/manifold_regularization/graph_creation_abstract.h
</spec_file>
<description>
This is a simple function for removing duplicate edges (i.e. edges that compare equal
according to ==) from a vector of
<a
href=
"#sample_pair"
>
sample_pairs
</a>
.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
0d26fec1
...
...
@@ -224,6 +224,7 @@
<term
file=
"ml.html"
name=
"find_percent_shortest_edges_randomly"
/>
<term
file=
"ml.html"
name=
"find_k_nearest_neighbors"
/>
<term
file=
"ml.html"
name=
"remove_short_edges"
/>
<term
file=
"ml.html"
name=
"remove_duplicate_edges"
/>
<term
file=
"ml.html"
name=
"remove_long_edges"
/>
<term
file=
"ml.html"
name=
"remove_percent_longest_edges"
/>
<term
file=
"ml.html"
name=
"remove_percent_shortest_edges"
/>
...
...
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