Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
be223250
Commit
be223250
authored
Jan 27, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
5ff051c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
2 deletions
+35
-2
graph_tools.xml
docs/docs/graph_tools.xml
+33
-2
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 @@
<item>
create_join_tree
</item>
</section>
<section>
<name>
Edge List Based Graphs
</name>
<name>
Creating
Edge List Based Graphs
</name>
<item>
sample_pair
</item>
<item>
ordered_sample_pair
</item>
<item>
find_percent_shortest_edges_randomly
</item>
<item>
find_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_duplicate_edges
</item>
<item>
remove_long_edges
</item>
<item>
remove_percent_longest_edges
</item>
<item>
remove_percent_shortest_edges
</item>
<item>
squared_euclidean_distance
</item>
<item>
use_weights_of_one
</item>
<item>
use_gaussian_weights
</item>
<item>
is_ordered_by_index
</item>
...
...
@@ -311,6 +318,30 @@
</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>
...
...
docs/docs/term_index.xml
View file @
be223250
...
...
@@ -265,6 +265,8 @@
<term
file=
"ml.html"
name=
"linear_manifold_regularizer"
/>
<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_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