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
69839d40
Commit
69839d40
authored
Aug 25, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
8d6cec1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
0 deletions
+70
-0
algorithms.xml
docs/docs/algorithms.xml
+65
-0
term_index.xml
docs/docs/term_index.xml
+5
-0
No files found.
docs/docs/algorithms.xml
View file @
69839d40
...
@@ -31,6 +31,11 @@
...
@@ -31,6 +31,11 @@
<item>
murmur_hash3
</item>
<item>
murmur_hash3
</item>
<item>
running_stats
</item>
<item>
running_stats
</item>
<item>
running_scalar_covariance
</item>
<item>
running_scalar_covariance
</item>
<item>
mean_sign_agreement
</item>
<item>
correlation
</item>
<item>
covariance
</item>
<item>
r_squared
</item>
<item>
mean_squared_error
</item>
<item>
running_covariance
</item>
<item>
running_covariance
</item>
<item>
random_subset_selector
</item>
<item>
random_subset_selector
</item>
<item>
randomly_subsample
</item>
<item>
randomly_subsample
</item>
...
@@ -295,6 +300,66 @@
...
@@ -295,6 +300,66 @@
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
mean_sign_agreement
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/statistics_abstract.h
</spec_file>
<description>
This is a function for computing the probability that
matching elements of two std::vectors have the same sign.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
correlation
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/statistics_abstract.h
</spec_file>
<description>
This is a function for computing the correlation between
matching elements of two std::vectors.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
covariance
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/statistics_abstract.h
</spec_file>
<description>
This is a function for computing the covariance between
matching elements of two std::vectors.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
r_squared
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/statistics_abstract.h
</spec_file>
<description>
This is a function for computing the R squared coefficient between
matching elements of two std::vectors.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
mean_squared_error
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/statistics_abstract.h
</spec_file>
<description>
This is a function for computing the mean squared error between
matching elements of two std::vectors.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
69839d40
...
@@ -131,6 +131,11 @@
...
@@ -131,6 +131,11 @@
<term
file=
"algorithms.html"
name=
"point_rotator"
/>
<term
file=
"algorithms.html"
name=
"point_rotator"
/>
<term
file=
"algorithms.html"
name=
"running_stats"
/>
<term
file=
"algorithms.html"
name=
"running_stats"
/>
<term
file=
"algorithms.html"
name=
"running_scalar_covariance"
/>
<term
file=
"algorithms.html"
name=
"running_scalar_covariance"
/>
<term
file=
"algorithms.html"
name=
"mean_sign_agreement"
/>
<term
file=
"algorithms.html"
name=
"correlation"
/>
<term
file=
"algorithms.html"
name=
"covariance"
/>
<term
file=
"algorithms.html"
name=
"r_squared"
/>
<term
file=
"algorithms.html"
name=
"mean_squared_error"
/>
<term
file=
"algorithms.html"
name=
"running_covariance"
/>
<term
file=
"algorithms.html"
name=
"running_covariance"
/>
<term
file=
"algorithms.html"
name=
"random_subset_selector"
/>
<term
file=
"algorithms.html"
name=
"random_subset_selector"
/>
<term
file=
"algorithms.html"
name=
"randomly_subsample"
/>
<term
file=
"algorithms.html"
name=
"randomly_subsample"
/>
...
...
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