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
be223250
Commit
be223250
authored
Jan 27, 2013
by
Davis King
Browse files
updated docs
parent
5ff051c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
2 deletions
+35
-2
docs/docs/graph_tools.xml
docs/docs/graph_tools.xml
+33
-2
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/graph_tools.xml
View file @
be223250
...
@@ -46,19 +46,26 @@
...
@@ -46,19 +46,26 @@
<item>
create_join_tree
</item>
<item>
create_join_tree
</item>
</section>
</section>
<section>
<section>
<name>
Edge List Based Graphs
</name>
<name>
Creating
Edge List Based Graphs
</name>
<item>
sample_pair
</item>
<item>
sample_pair
</item>
<item>
ordered_sample_pair
</item>
<item>
ordered_sample_pair
</item>
<item>
find_percent_shortest_edges_randomly
</item>
<item>
find_percent_shortest_edges_randomly
</item>
<item>
find_k_nearest_neighbors
</item>
<item>
find_k_nearest_neighbors
</item>
<item>
find_approximate_k_nearest_neighbors
</item>
<item>
find_approximate_k_nearest_neighbors
</item>
<item>
squared_euclidean_distance
</item>
<item>
cosine_distance
</item>
<item>
negative_dot_product_distance
</item>
</section>
<section>
<name>
Using Edge List Based Graphs
</name>
<item>
remove_short_edges
</item>
<item>
remove_short_edges
</item>
<item>
remove_duplicate_edges
</item>
<item>
remove_duplicate_edges
</item>
<item>
remove_long_edges
</item>
<item>
remove_long_edges
</item>
<item>
remove_percent_longest_edges
</item>
<item>
remove_percent_longest_edges
</item>
<item>
remove_percent_shortest_edges
</item>
<item>
remove_percent_shortest_edges
</item>
<item>
squared_euclidean_distance
</item>
<item>
use_weights_of_one
</item>
<item>
use_weights_of_one
</item>
<item>
use_gaussian_weights
</item>
<item>
use_gaussian_weights
</item>
<item>
is_ordered_by_index
</item>
<item>
is_ordered_by_index
</item>
...
@@ -311,6 +318,30 @@
...
@@ -311,6 +318,30 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
cosine_distance
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/function_objects_abstract.h
</spec_file>
<description>
This is a simple function object that computes cosine of the angle between
two vectors.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
negative_dot_product_distance
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/function_objects_abstract.h
</spec_file>
<description>
This is a simple function object that computes -dot(v1,v2) for two
vectors v1 and v2.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
be223250
...
@@ -265,6 +265,8 @@
...
@@ -265,6 +265,8 @@
<term
file=
"ml.html"
name=
"linear_manifold_regularizer"
/>
<term
file=
"ml.html"
name=
"linear_manifold_regularizer"
/>
<term
file=
"graph_tools.html"
name=
"squared_euclidean_distance"
/>
<term
file=
"graph_tools.html"
name=
"squared_euclidean_distance"
/>
<term
file=
"graph_tools.html"
name=
"cosine_distance"
/>
<term
file=
"graph_tools.html"
name=
"negative_dot_product_distance"
/>
<term
file=
"graph_tools.html"
name=
"use_weights_of_one"
/>
<term
file=
"graph_tools.html"
name=
"use_weights_of_one"
/>
<term
file=
"graph_tools.html"
name=
"use_gaussian_weights"
/>
<term
file=
"graph_tools.html"
name=
"use_gaussian_weights"
/>
...
...
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