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
94067a76
Commit
94067a76
authored
Jun 03, 2011
by
Davis King
Browse files
Updated docs
parent
3bba57bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/docs/ml.xml
docs/docs/ml.xml
+2
-1
No files found.
docs/docs/ml.xml
View file @
94067a76
...
@@ -31,7 +31,8 @@
...
@@ -31,7 +31,8 @@
programming approach using C++ templates. In particular, each algorithm is parameterized
programming approach using C++ templates. In particular, each algorithm is parameterized
to allow a user to supply either one of the predefined dlib kernels (e.g.
<a
to allow a user to supply either one of the predefined dlib kernels (e.g.
<a
href=
"#radial_basis_kernel"
>
RBF
</a>
operating
href=
"#radial_basis_kernel"
>
RBF
</a>
operating
on
<a
href=
"containers.html#matrix"
>
column vectors
</a>
), or a new user defined kernel.
on
<a
href=
"containers.html#matrix"
>
column vectors
</a>
), or a new
<a
href=
"using_custom_kernels_ex.cpp.html"
>
user defined kernel
</a>
.
Moreover, the implementations of the algorithms are totally separated from the data on
Moreover, the implementations of the algorithms are totally separated from the data on
which they operate. This makes the dlib implementation generic enough to operate on
which they operate. This makes the dlib implementation generic enough to operate on
any kind of data, be it column vectors, images, or some other form of structured data.
any kind of data, be it column vectors, images, or some other form of structured data.
...
...
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