Updated docs

This commit is contained in:
Davis King 2011-06-03 22:22:27 -04:00
parent 3bba57bcc8
commit 94067a7666

View File

@ -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.