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
3f791148
Commit
3f791148
authored
Nov 19, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a bunch of broken links
parent
cc0b205d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
api.xml
docs/docs/api.xml
+3
-1
enable_if.html
docs/docs/enable_if.html
+1
-1
howto_contribute.xml
docs/docs/howto_contribute.xml
+1
-1
ml.xml
docs/docs/ml.xml
+1
-1
optimization.xml
docs/docs/optimization.xml
+2
-2
term_index.xml
docs/docs/term_index.xml
+0
-1
No files found.
docs/docs/api.xml
View file @
3f791148
...
...
@@ -915,9 +915,11 @@
</description>
<examples>
<example>
iosockstream_ex.cpp.html
</example>
<example>
sockets_ex.cpp.html
</example>
<example>
sockstreambuf_ex.cpp.html
</example>
<example>
sockets_ex_2.cpp.html
</example>
<example>
server_http_ex.cpp.html
</example>
<example>
server_iostream_ex.cpp.html
</example>
</examples>
<implementations>
...
...
docs/docs/enable_if.html
View file @
3f791148
...
...
@@ -127,7 +127,7 @@ When valid, <TT>enable_if_c<B, T>::type</TT> equals <TT>T</TT>.
The
<TT>
enable_if_c
</TT>
template can thus be used for controlling when functions are considered for
overload resolution and when they are not.
For example, the following function is defined for all arithmetic types (according to the
classification of the
<A
HREF=
"http://www.boost.org/libs/type_traits/index.html"
>
Boost type_traits library
</A>
):
classification of the
<A
HREF=
"http://www.boost.org/
doc/libs/release/
libs/type_traits/index.html"
>
Boost type_traits library
</A>
):
<PRE>
template
<
class T
>
typename enable_if_c
<
boost::is_arithmetic
<
T
>
::value, T
>
::type
foo(T t) { return t; }
...
...
docs/docs/howto_contribute.xml
View file @
3f791148
...
...
@@ -249,7 +249,7 @@ Then <a href="mailto:davis@dlib.net">email me</a> the dlibchanges.hg file and I'
unlock it for you. Or suppose you have made a TCP
<a
href=
"api.html#sockets"
>
connection
</a>
to another machine and you want to be certain the resources associated with that connection
are always released. You can easily accomplish this with RAII by using the scoped_ptr as
shown in
<a
href=
"sock
ets_ex_2
.cpp.html"
>
this
</a>
example program.
shown in
<a
href=
"sock
streambuf_ex
.cpp.html"
>
this
</a>
example program.
</p>
<p>
RAII is a trivial technique to use. All you have to do is not call new and delete and
...
...
docs/docs/ml.xml
View file @
3f791148
...
...
@@ -44,7 +44,7 @@
<br/>
<h3>
Paper Describing dlib Machine Learning
</h3>
<pre>
Davis E. King.
<a
href=
"http://
www.jmlr.org
/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
Davis E. King.
<a
href=
"http://
jmlr.csail.mit.edu
/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
<i>
Journal of Machine Learning Research
</i>
10, pp. 1755-1758, 2009
@Article{dlib09,
...
...
docs/docs/optimization.xml
View file @
3f791148
...
...
@@ -398,7 +398,7 @@ subject to the following constraint:
<li>
Chang and Lin, Training {nu}-Support Vector Classifiers: Theory and Algorithms
</li>
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
machines, 2001. Software available at
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm
/
"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
</ul>
</description>
...
...
@@ -429,7 +429,7 @@ subject to the following constraint:
<ul>
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
machines, 2001. Software available at
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm
/
"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<li>
Working Set Selection Using Second Order Information for Training Support Vector Machines by
Fan, Chen, and Lin. In the Journal of Machine Learning Research 2005.
</li>
</ul>
...
...
docs/docs/term_index.xml
View file @
3f791148
...
...
@@ -10,7 +10,6 @@
<term_list>
<term
file=
"dlib/rand/rand_float_abstract.h.html"
name=
"get_random_float"
/>
<term
link=
"compile.html"
name=
"DLIB_REVISION"
/>
<term
file=
"dlib/algs.h.html"
name=
"stack_based_memory_block"
/>
...
...
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