mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Updated docs
This commit is contained in:
parent
3bba57bcc8
commit
94067a7666
@ -31,7 +31,8 @@
|
||||
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
|
||||
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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user